Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc170 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
230 void ThreadRoutine() { in ThreadRoutine() function in rootcanal::AsyncManager::AsyncFdWatcher
450 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
458 void ThreadRoutine() { in ThreadRoutine() function in rootcanal::AsyncManager::AsyncTaskManager
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dasync_fd_watcher.cc83 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
121 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h49 void ThreadRoutine();