Searched refs:WatchFdForNonBlockingReads (Results 1 – 6 of 6) sorted by relevance
104 conn_watcher_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in ConfigureServer()114 async_fd_watcher_.WatchFdForNonBlockingReads( in ConfigureServer()204 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()227 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()249 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()284 watcher.WatchFdForNonBlockingReads(sockfd[0], [cb1_called_ptr](int fd) { in TEST_F()292 watcher.WatchFdForNonBlockingReads(sockfd[1], [cb2_called_ptr](int fd) { in TEST_F()
81 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()83 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
85 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
36 int WatchFdForNonBlockingReads(int file_descriptor,
253 fd_watcher_.WatchFdForNonBlockingReads( in Open()259 fd_watcher_.WatchFdForNonBlockingReads( in Open()261 fd_watcher_.WatchFdForNonBlockingReads( in Open()
42 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher