mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Bluetooth: Simplify started check am: 5ea487bdce am: ffa6a38a42
am: 7af11be028
Change-Id: I812fe238edc1c35366e3ff9547e37fb01e91f95c
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user