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

/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.h31 class AsyncFdWatcher { class in namespace:android::hardware::bluetooth::async
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(
51 int AsyncFdWatcher::ConfigureTimeout(
65 void AsyncFdWatcher::StopWatchingFileDescriptors() { stopThread(); }
67 AsyncFdWatcher::~AsyncFdWatcher() {}
71 int AsyncFdWatcher::tryStartThread() {
87 int AsyncFdWatcher::stopThread() {
108 int AsyncFdWatcher::notifyThread() {
116 void AsyncFdWatcher::ThreadRoutine() {
H A Dbluetooth_hci.h50 async::AsyncFdWatcher fd_watcher_;
/system/bt/vendor_libs/test_vendor_lib/include/
H A Dasync_manager.h96 class AsyncFdWatcher;
107 std::unique_ptr<AsyncFdWatcher> fdWatcher_p_;
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dasync_manager.cc39 // The watching of file descriptors is done through AsyncFdWatcher. Several
97 class AsyncManager::AsyncFdWatcher { class in class:test_vendor_lib::AsyncManager
125 AsyncFdWatcher() = default;
127 ~AsyncFdWatcher() = default;
153 AsyncFdWatcher(const AsyncFdWatcher&) = delete;
154 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
477 : fdWatcher_p_(new AsyncFdWatcher()),

Completed in 112 milliseconds