Searched refs:fd_watcher_ (Results 1 – 4 of 4) sorted by relevance
243 fd_watcher_.WatchFdForNonBlockingReads( in Open()249 fd_watcher_.WatchFdForNonBlockingReads( in Open()251 fd_watcher_.WatchFdForNonBlockingReads( in Open()275 fd_watcher_.StopWatchingFileDescriptors(); in Close()307 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in Send()339 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in OnFirmwareConfigured()349 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
81 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()88 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); } in TearDown()190 async::AsyncFdWatcher fd_watcher_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest