Home
last modified time | relevance | path

Searched refs:AsyncFdWatcher (Results 1 – 5 of 5) sorted by relevance

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.h31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
Dasync_fd_watcher.cc39 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads()
51 int AsyncFdWatcher::ConfigureTimeout( in ConfigureTimeout()
65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()
67 AsyncFdWatcher::~AsyncFdWatcher() {} in ~AsyncFdWatcher()
71 int AsyncFdWatcher::tryStartThread() { in tryStartThread()
87 int AsyncFdWatcher::stopThread() { in stopThread()
111 int AsyncFdWatcher::notifyThread() { in notifyThread()
119 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine()
Dbluetooth_hci.h58 async::AsyncFdWatcher fd_watcher_;
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc94 class AsyncManager::AsyncFdWatcher { class in test_vendor_lib::AsyncManager
121 AsyncFdWatcher() = default;
122 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
123 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
125 ~AsyncFdWatcher() = default;
494 AsyncManager::AsyncManager() : fdWatcher_p_(new AsyncFdWatcher()), taskManager_p_(new AsyncTaskMana… in AsyncManager()
Dasync_manager.h110 class AsyncFdWatcher;
118 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;