Home
last modified time | relevance | path

Searched refs:WatchForNonBlockingRead (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/net/
Dasync_data_channel.h87 virtual bool WatchForNonBlockingRead(
/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.h72 bool WatchForNonBlockingRead(
Dposix_async_socket_server.cc88 server_socket_->WatchForNonBlockingRead( in StartListening()
Dposix_async_socket.cc142 bool PosixAsyncSocket::WatchForNonBlockingRead( in WatchForNonBlockingRead() function in android::net::PosixAsyncSocket
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc245 conn_fd->WatchForNonBlockingRead([this](AsyncDataChannel* conn_fd) { in SetUpTestChannel()
/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc198 sock2->WatchForNonBlockingRead([&](auto sock) { in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc334 conn_fd->WatchForNonBlockingRead([this](AsyncDataChannel* conn_fd) { in SetUpTestChannel()