Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc82 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/
Dasync_fd_watcher.h36 int WatchFdForNonBlockingReads(int file_descriptor,
Dasync_fd_watcher.cc39 int AsyncFdWatcher::WatchFdForNonBlockingReads( in WatchFdForNonBlockingReads() function in android::hardware::bluetooth::async::AsyncFdWatcher
Dbluetooth_hci.cc311 fd_watcher_.WatchFdForNonBlockingReads( in initialize_impl()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.h56 …int WatchFdForNonBlockingReads(int file_descriptor, const ReadCallback& on_read_fd_ready_callback);
Dasync_manager.cc96 …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/
Dbluetooth_hci.cc298 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/
Dasync_manager_unittest.cc86 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()
89 …async_manager_.WatchFdForNonBlockingReads(connection_fd, [this](int fd) { ReadIncomingMessage(fd);… in SetUp()
Dlink_layer_socket_device_test.cc125 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()