Home
last modified time | relevance | path

Searched refs:WatchFdForNonBlockingReads (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc104 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()
Dmct_protocol_unittest.cc81 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
83 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
Dh4_protocol_unittest.cc85 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.h36 int WatchFdForNonBlockingReads(int file_descriptor,
Dvendor_interface.cc253 fd_watcher_.WatchFdForNonBlockingReads( in Open()
259 fd_watcher_.WatchFdForNonBlockingReads( in Open()
261 fd_watcher_.WatchFdForNonBlockingReads( in Open()
Dasync_fd_watcher.cc42 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher