Searched refs:ThreadRoutine (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/bluetooth/async/ | ||
D | async_fd_watcher.cc | 80 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread() |
D | async_fd_watcher.h | 46 void ThreadRoutine(); |
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | async_fd_watcher.cc | 84 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread() |
D | async_fd_watcher.h | 49 void ThreadRoutine(); |