Home
last modified time | relevance | path

Searched refs:fd_watcher_ (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc243 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()
Dvendor_interface.h63 async::AsyncFdWatcher fd_watcher_; variable
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc81 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
Dh4_protocol_unittest.cc81 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