Searched refs:AsyncFdWatcher (Results 1 – 11 of 11) sorted by relevance
31 class AsyncFdWatcher {33 AsyncFdWatcher() = default;34 ~AsyncFdWatcher();43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
42 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads()54 int AsyncFdWatcher::ConfigureTimeout( in ConfigureTimeout()68 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); } in StopWatchingFileDescriptors()70 AsyncFdWatcher::~AsyncFdWatcher() {} in ~AsyncFdWatcher()74 int AsyncFdWatcher::tryStartThread() { in tryStartThread()90 int AsyncFdWatcher::stopThread() { in stopThread()114 int AsyncFdWatcher::notifyThread() { in notifyThread()122 void AsyncFdWatcher::ThreadRoutine() { in ThreadRoutine()
63 async::AsyncFdWatcher fd_watcher_;
39 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()
58 async::AsyncFdWatcher fd_watcher_;
38 using android::hardware::bluetooth::async::AsyncFdWatcher;191 AsyncFdWatcher async_fd_watcher_;192 AsyncFdWatcher conn_watcher_;203 AsyncFdWatcher conn_watcher; in TEST_F()226 AsyncFdWatcher conn_watcher; in TEST_F()248 AsyncFdWatcher conn_watcher; in TEST_F()283 AsyncFdWatcher watcher; in TEST_F()
174 async::AsyncFdWatcher fd_watcher_;
222 async::AsyncFdWatcher fd_watcher_;
94 class AsyncManager::AsyncFdWatcher { class in test_vendor_lib::AsyncManager121 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()
110 class AsyncFdWatcher;118 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;