Home
last modified time | relevance | path

Searched defs:client_fd (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Virtualization/tests/
H A Dvsock_test.cc74 unique_fd client_fd( in TEST_F() local
/aosp12/packages/modules/adb/
H A Dsocket_spec_test.cpp136 unique_fd server_fd, client_fd; in TEST() local
147 unique_fd client_fd; in TEST() local
160 unique_fd server_fd, client_fd; in TEST() local
/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp140 unique_fd client_fd = clientSocket(mSocketPath); in testCommand() local
/aosp12/system/bt/btif/src/
H A Dbtif_sock_sco.cc218 int client_fd = INVALID_FD; in connection_request_cb() local
/aosp12/system/update_engine/
H A Dtest_http_server.cc657 int client_fd = accept(listen_fd, nullptr, nullptr); in main() local