Home
last modified time | relevance | path

Searched defs:AcceptConnection (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Drfcomm.proto11 rpc AcceptConnection(AcceptConnectionRequest) returns (AcceptConnectionResponse); rpc
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Drfcomm.py138 async def AcceptConnection(self, request: AcceptConnectionRequest, member in RFCOMMService
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Drfcomm.py236 async def AcceptConnection(self, request: rfcomm_pb2.AcceptConnectionRequest, member in RFCOMMService
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_manager.cc121 ScoConnectionManager::RequestHandle ScoConnectionManager::AcceptConnection( in AcceptConnection() function in bt::sco::ScoConnectionManager
/aosp_15_r20/hardware/interfaces/bluetooth/async/test/
H A Dasync_fd_watcher_unittest.cc68 int AcceptConnection(int fd) { in AcceptConnection() function in android::hardware::bluetooth::async_test::AsyncFdWatcherSocketTest
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc70 int AcceptConnection(int fd) { in AcceptConnection() function in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc87 int AcceptConnection(int fd) { in AcceptConnection() function in rootcanal::AsyncManagerSocketTest
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dso.cpp476 Dso::Connection *AcceptConnection(Instance &aInstance, const Ip6::SockAddr &aPeerSockAddr) in AcceptConnection() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_adapter_unittest.cc217 void AcceptConnection(const rtc::SocketAddress& address) { in AcceptConnection() function in SSLAdapterTestDummyServer
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.cpp1450 Dso::Connection *Dso::AcceptConnection(const Ip6::SockAddr &aPeerSockAddr) in AcceptConnection() function in ot::Dns::Dso
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_server.cc135 void TurnServer::AcceptConnection(rtc::Socket* server_socket) { in AcceptConnection() function in cricket::TurnServer
H A Dport_unittest.cc308 void AcceptConnection(const Candidate& remote_candidate) { in AcceptConnection() function in cricket::TestChannel
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp2037 using AcceptConnection = std::function<unique_fd(Server*)>; typedef in android::RpcTransportTestUtils::Server