Home
last modified time | relevance | path

Searched refs:WatchFdForNonBlockingReads (Results 1 – 11 of 11) 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/async/test/
Dasync_fd_watcher_unittest.cc102 conn_watcher_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in ConfigureServer()
112 async_fd_watcher_.WatchFdForNonBlockingReads( in ConfigureServer()
202 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
226 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
248 conn_watcher.WatchFdForNonBlockingReads(socket_fd, [this](int fd) { in TEST_F()
298 watcher.WatchFdForNonBlockingReads(sockfd1[0], cb1.AsStdFunction()); in TEST_F()
300 watcher.WatchFdForNonBlockingReads(sockfd2[0], cb2.AsStdFunction()); in TEST_F()
/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.h33 int WatchFdForNonBlockingReads(int file_descriptor,
Dasync_fd_watcher.cc38 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.h36 int WatchFdForNonBlockingReads(int file_descriptor,
Dvendor_interface.cc257 fd_watcher_.WatchFdForNonBlockingReads( in Open()
263 fd_watcher_.WatchFdForNonBlockingReads( in Open()
265 fd_watcher_.WatchFdForNonBlockingReads( in Open()
Dasync_fd_watcher.cc42 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp182 mFdWatcher.WatchFdForNonBlockingReads(mFd, in reset()
278 mFdWatcher.WatchFdForNonBlockingReads(mFd, in initialize()
/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc376 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()