/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_socket_test.cc | 178 int client_fd = 33; in TEST_F() local 193 int client_fd = 33; in TEST_F() local 253 int client_fd = 10; in TEST_F() local 261 int client_fd = 0; in TEST_F() local 272 int client_fd = 0; in TEST_F() local 283 int client_fd = 0; in TEST_F() local 304 int client_fd = 0; in TEST_F() local 316 int client_fd = 13; in TEST_F() local 451 int client_fd = 23; in TEST_F() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | sandbox_manager.cpp | 81 ProcessNoSandbox(int client_fd, PidFd pid_fd) in ProcessNoSandbox() 119 SandboxedProcess(std::optional<int> client_fd, UniqueFd event_fd, in SandboxedProcess() 168 SocketClient(SandboxManager& manager, UniqueFd client_fd) in SocketClient() 358 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunProcess() 393 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunSandboxedProcess() 458 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunProcessNoSandbox() 535 int client_fd = *(*it)->ClientFd(); in ProcessExit() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_pthread_server.c | 83 mbedtls_net_context client_fd; member 101 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection() local 239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() 281 mbedtls_net_context listen_fd, client_fd; in main() local
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_pthread_server.c | 83 mbedtls_net_context client_fd; member 101 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection() local 239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() 281 mbedtls_net_context listen_fd, client_fd; in main() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 436 static int tcp_echo_test(int client_fd, int server_fd) in tcp_echo_test() 453 static int udp_echo_test(int client_fd, int server_fd) in udp_echo_test() 601 int client_fd, reuse_conn_fd = -1; in run_lookup_prog() local 868 int client_fd, server_fd, err; in drop_on_lookup() local 1150 int err, client_fd, connected_fd, server_fd; in run_sk_assign_connected() local 1221 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
|
H A D | mptcp.c | 23 static int verify_tsk(int map_fd, int client_fd) in verify_tsk() 61 static int verify_msk(int map_fd, int client_fd, __u32 token) in verify_msk() 96 int client_fd, prog_fd, map_fd, err; in run_test() local
|
H A D | tcp_rtt.c | 46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() 93 int client_fd; in run_test() local
|
H A D | sockopt_inherit.c | 70 int client_fd; in server_thread() local 167 int server_fd = -1, client_fd; in run_test() local
|
H A D | load_bytes_relative.c | 12 int server_fd, cgroup_fd, prog_fd, map_fd, client_fd; in test_load_bytes_relative() local
|
H A D | cgroup_v1v2.c | 48 int server_fd, client_fd, cgroup_fd; in test_cgroup_v1v2() local
|
H A D | netns_cookie.c | 15 int server_fd = -1, client_fd = -1, cgroup_fd = -1; in test_netns_cookie() local
|
H A D | socket_cookie.c | 18 int server_fd = 0, client_fd = 0, cgroup_fd = 0, err = 0; in test_socket_cookie() local
|
/aosp_15_r20/external/virglrenderer/src/proxy/ |
H A D | proxy_server.c | 17 int client_fd = srv->client_fd; in proxy_server_connect() local 45 const int client_fd = socket_fds[0]; in proxy_server_fork() local
|
H A D | proxy_server.h | 15 int client_fd; member
|
/aosp_15_r20/packages/modules/adb/ |
D | socket_spec_test.cpp | 214 unique_fd server_fd, client_fd; in TEST() local 225 unique_fd client_fd; in TEST() local 238 unique_fd server_fd, client_fd; in TEST() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | socket_test_utils.py | 58 def listen_accept_android_socket(client, server, client_fd, server_fd, argument 77 def send_recv_data_android_sockets(client, server, client_fd, server_fd, argument
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/posix/ |
H A D | posix_engine_test_utils.cc | 38 int client_fd; in ConnectToServerOrDie() local
|
/aosp_15_r20/packages/modules/Virtualization/tests/benchmark/src/native/ |
D | io_vsock.cpp | 55 unique_fd client_fd(TEMP_FAILURE_RETRY( in run_vsock_server_and_receive_data() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/android/ion/ |
H A D | ionapp_export.c | 32 int sockfd, client_fd, shared_fd; in main() local
|
/aosp_15_r20/external/virglrenderer/server/ |
H A D | render_server.h | 23 int client_fd; member
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib1960.c | 76 curl_socket_t client_fd = CURL_SOCKET_BAD; in test() local
|
/aosp_15_r20/external/ltp/testcases/network/netstress/ |
H A D | netstress.c | 648 static pthread_t server_thread_add(intptr_t client_fd) in server_thread_add() 764 int client_fd = accept(sfd, (struct sockaddr *)&addr6, in server_run() local
|
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/ |
D | fuzzer.cpp | 42 unique_fd server_fd, client_fd; in get_service_fd() local
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | dh_server.c | 57 mbedtls_net_context listen_fd, client_fd; in main() local
|
/aosp_15_r20/external/libese/tools/ese_relay/ |
H A D | ese_relay.c | 85 int client_fd; in main() local
|