Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc64 fd_watcher_.WatchFdForNonBlockingReads(hci_tty_fd_, [this, shim_fd](int fd) { in initialize()
79 fd_watcher_.WatchFdForNonBlockingReads( in initialize()
90 fd_watcher_.StopWatchingFileDescriptors(); in close()
Dbluetooth_hci.h62 async::AsyncFdWatcher fd_watcher_; variable