Home
last modified time | relevance | path

Searched defs:conn_fd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc215 [this](std::shared_ptr<AsyncDataChannel> conn_fd, AsyncDataChannelServer* server) { in SetUpTestChannel()
228 conn_fd->WatchForNonBlockingRead([this](AsyncDataChannel* conn_fd) { in SetUpTestChannel()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc300 [this](std::shared_ptr<AsyncDataChannel> conn_fd, AsyncDataChannelServer*) { in SetUpTestChannel()
306 conn_fd->WatchForNonBlockingRead([this](AsyncDataChannel* conn_fd) { in SetUpTestChannel()
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc157 AsyncDataChannelServer *server) { in SetUpTestChannel()
172 conn_fd->WatchForNonBlockingRead([](AsyncDataChannel *conn_fd) { in SetUpTestChannel()
/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp106 auto conn_fd = SharedFD::Accept(*server_socket_, nullptr, 0); in AcceptClient() local