Home
last modified time | relevance | path

Searched refs:ThreadRoutine (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc80 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
118 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h46 void ThreadRoutine();
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc84 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
122 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h49 void ThreadRoutine();