Searched refs:fd_watcher_ (Results 1 – 4 of 4) sorted by relevance
253 fd_watcher_.WatchFdForNonBlockingReads( in Open()259 fd_watcher_.WatchFdForNonBlockingReads( in Open()261 fd_watcher_.WatchFdForNonBlockingReads( in Open()284 fd_watcher_.StopWatchingFileDescriptors(); in Close()318 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in Send()350 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in OnFirmwareConfigured()361 fd_watcher_.ConfigureTimeout(std::chrono::seconds(0), []() { in OnTimeout()
63 async::AsyncFdWatcher fd_watcher_; variable
81 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()83 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()95 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); } in TearDown()174 async::AsyncFdWatcher fd_watcher_; member in android::hardware::bluetooth::V1_0::implementation::MctProtocolTest
85 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()92 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); } in TearDown()222 async::AsyncFdWatcher fd_watcher_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest