Searched refs:fd_watcher_ (Results 1 – 5 of 5) sorted by relevance
257 fd_watcher_.WatchFdForNonBlockingReads( in Open()263 fd_watcher_.WatchFdForNonBlockingReads( in Open()265 fd_watcher_.WatchFdForNonBlockingReads( in Open()288 fd_watcher_.StopWatchingFileDescriptors(); in Close()322 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in Send()354 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in OnFirmwareConfigured()365 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
376 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()380 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); } in TearDown()459 AsyncFdWatcher fd_watcher_; member in H4ProtocolAsyncTest