Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()
87 int AsyncFdWatcher::stopThread() { in stopThread() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dasync_fd_watcher.h47 int stopThread();
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc127 int stopThread() { in stopThread() function in test_vendor_lib::AsyncManager::AsyncFdWatcher
312 int stopThread() { in stopThread() function in test_vendor_lib::AsyncManager::AsyncTaskManager
503 fdWatcher_p_->stopThread(); in ~AsyncManager()
504 taskManager_p_->stopThread(); in ~AsyncManager()