Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.h31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
H A Dasync_fd_watcher.cc42 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()
H A Dvendor_interface.h63 async::AsyncFdWatcher fd_watcher_;
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.h31 class AsyncFdWatcher {
33 AsyncFdWatcher() = default;
34 ~AsyncFdWatcher();
43 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
H A 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()
H A Dbluetooth_hci.h58 async::AsyncFdWatcher fd_watcher_;
/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc38 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()
H A Dmct_protocol_unittest.cc174 async::AsyncFdWatcher fd_watcher_;
H A Dh4_protocol_unittest.cc222 async::AsyncFdWatcher fd_watcher_;
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A 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()
H A Dasync_manager.h110 class AsyncFdWatcher;
118 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;