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

  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 64 fd_watcher_.WatchFdForNonBlockingReads(hci_tty_fd_, [this, shim_fd](int fd) {
79 fd_watcher_.WatchFdForNonBlockingReads(
90 fd_watcher_.StopWatchingFileDescriptors();
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
vendor_interface.cc 252 fd_watcher_.WatchFdForNonBlockingReads(
258 fd_watcher_.WatchFdForNonBlockingReads(
260 fd_watcher_.WatchFdForNonBlockingReads(
284 fd_watcher_.StopWatchingFileDescriptors();
317 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms),
349 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms),
360 fd_watcher_.ConfigureTimeout(std::chrono::seconds(0), []() {
  /hardware/interfaces/bluetooth/1.0/default/test/
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
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
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.h 50 async::AsyncFdWatcher fd_watcher_; member in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
bluetooth_hci.cc 289 fd_watcher_.WatchFdForNonBlockingReads(
306 fd_watcher_.StopWatchingFileDescriptors();
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 319 fd_watcher_(FROM_HERE) {}
323 fd_, persistent_, base_mode_, &fd_watcher_, this);
328 fd_watcher_.StopWatchingFileDescriptor();
base_message_loop.h 137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_; member in class:brillo::BaseMessageLoop::IOTask

Completed in 206 milliseconds