Searched refs:WatchFdForNonBlockingReads (Results 1 – 9 of 9) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 82 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpHciServer() 108 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpLinkLayerServer() 173 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this](int socket_fd) { in SetUpTestChannel() 193 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.h | 36 int WatchFdForNonBlockingReads(int file_descriptor,
|
D | async_fd_watcher.cc | 39 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
|
D | bluetooth_hci.cc | 311 fd_watcher_.WatchFdForNonBlockingReads( in initialize_impl()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | async_manager.h | 56 …int WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_ready_callback);
|
D | async_manager.cc | 96 …int WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_ready_callback)… in WatchFdForNonBlockingReads() function in test_vendor_lib::AsyncManager::AsyncFdWatcher 507 int AsyncManager::WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_re… in WatchFdForNonBlockingReads() function in test_vendor_lib::AsyncManager 508 return fdWatcher_p_->WatchFdForNonBlockingReads(file_descriptor, on_read_fd_ready_callback); in WatchFdForNonBlockingReads()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 298 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpHciServer() 325 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpLinkLayerServer() 387 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this](int socket_fd) { in SetUpTestChannel() 397 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | async_manager_unittest.cc | 86 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp() 89 …async_manager_.WatchFdForNonBlockingReads(connection_fd, [this](int fd) { ReadIncomingMessage(fd);… in SetUp()
|
D | link_layer_socket_device_test.cc | 125 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()
|