Home
last modified time | relevance | path

Searched refs:WatchFdForNonBlockingReads (Results 1 – 3 of 3) 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()
Dasync_fd_watcher.h36 int WatchFdForNonBlockingReads(int file_descriptor,
Dasync_fd_watcher.cc37 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher