Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc81 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
119 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h49 void ThreadRoutine();
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc167 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
230 void ThreadRoutine() { in ThreadRoutine() function in test_vendor_lib::AsyncManager::AsyncFdWatcher
428 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
436 void ThreadRoutine() { in ThreadRoutine() function in test_vendor_lib::AsyncManager::AsyncTaskManager