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()
116 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/src/
Dasync_manager.cc174 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
239 void ThreadRoutine() { in ThreadRoutine() function in test_vendor_lib::AsyncManager::AsyncFdWatcher
417 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
425 void ThreadRoutine() { in ThreadRoutine() function in test_vendor_lib::AsyncManager::AsyncTaskManager