Searched refs:WatchFdForNonBlockingReads (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | async_fd_watcher_unittest.cc | 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()
|
D | mct_protocol_unittest.cc | 81 fd_watcher_.WatchFdForNonBlockingReads( in SetUp() 83 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
|
D | h4_protocol_unittest.cc | 85 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
|
/hardware/interfaces/bluetooth/async/test/ |
D | async_fd_watcher_unittest.cc | 102 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/ |
D | async_fd_watcher.h | 33 int WatchFdForNonBlockingReads(int file_descriptor,
|
D | async_fd_watcher.cc | 38 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | async_fd_watcher.h | 36 int WatchFdForNonBlockingReads(int file_descriptor,
|
D | vendor_interface.cc | 257 fd_watcher_.WatchFdForNonBlockingReads( in Open() 263 fd_watcher_.WatchFdForNonBlockingReads( in Open() 265 fd_watcher_.WatchFdForNonBlockingReads( in Open()
|
D | async_fd_watcher.cc | 42 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | BluetoothHci.cpp | 182 mFdWatcher.WatchFdForNonBlockingReads(mFd, in reset() 278 mFdWatcher.WatchFdForNonBlockingReads(mFd, in initialize()
|
/hardware/interfaces/bluetooth/hci/test/ |
D | h4_protocol_unittest.cc | 376 fd_watcher_.WatchFdForNonBlockingReads( in SetUp()
|