Searched refs:fd_watcher_ (Results 1 – 2 of 2) sorted by relevance
64 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()
62 async::AsyncFdWatcher fd_watcher_; variable