Bluetooth: Simplify started check am: 5ea487bdce

am: ffa6a38a42

Change-Id: Id1c7c08c929a96b531732177da9252822474bc6b
This commit is contained in:
Myles Watson
2017-02-22 14:51:59 +00:00
committed by android-build-merger

View File

@@ -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(