Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/tools/automotive/proxy/
H A Dproxy.cpp76 void* handleConnection(int client_sock, int fwd_cid, int fwd_port) { in handleConnection()
150 int client_sock; in setupRoute() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dsocket_test_utils.py137 def send_recv_data_datagram_sockets(client, server, client_sock, server_sock, argument
270 def send_recv_data_sockets(client, server, client_sock, server_sock): argument
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer_integrationtest.cc221 std::optional<base::UnixSocketRaw> client_sock = in CreateHeapprofdClient() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_ssl.py341 async def client_sock(addr): function