Loading bluetooth/1.0/default/async_fd_watcher.cc +1 −6 Original line number Diff line number Diff line Loading @@ -41,12 +41,7 @@ int AsyncFdWatcher::WatchFdForNonBlockingReads( } // Start the thread if not started yet int started = tryStartThread(); if (started != 0) { return started; } return 0; return tryStartThread(); } int AsyncFdWatcher::ConfigureTimeout( Loading Loading
bluetooth/1.0/default/async_fd_watcher.cc +1 −6 Original line number Diff line number Diff line Loading @@ -41,12 +41,7 @@ int AsyncFdWatcher::WatchFdForNonBlockingReads( } // Start the thread if not started yet int started = tryStartThread(); if (started != 0) { return started; } return 0; return tryStartThread(); } int AsyncFdWatcher::ConfigureTimeout( Loading