HomeSort by relevance Sort by last modified time
    Searched defs:fd_watcher_ (Results 1 - 6 of 6) sorted by null

  /device/linaro/hikey/bluetooth/
bluetooth_hci.h 62 async::AsyncFdWatcher fd_watcher_; member in class:android::hardware::bluetooth::V1_0::hikey::BluetoothHci
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.h 63 async::AsyncFdWatcher fd_watcher_; member in class:android::hardware::bluetooth::V1_0::implementation::VendorInterface
  /external/libbrillo/brillo/message_loops/
base_message_loop.h 137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_; member in class:brillo::BaseMessageLoop::IOTask
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 81 fd_watcher_.WatchFdForNonBlockingReads(
88 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); }
190 async::AsyncFdWatcher fd_watcher_; member in class:android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest
mct_protocol_unittest.cc 81 fd_watcher_.WatchFdForNonBlockingReads(
83 fd_watcher_.WatchFdForNonBlockingReads(
95 void TearDown() override { fd_watcher_.StopWatchingFileDescriptors(); }
174 async::AsyncFdWatcher fd_watcher_; member in class:android::hardware::bluetooth::V1_0::implementation::MctProtocolTest
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 148 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_; member in class:timers::AlarmTimer::Delegate
228 fd_watcher_.reset();
281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher);
286 fd_watcher_.get(), this)) {

Completed in 331 milliseconds