Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp139 unique_fd clientFd( in acceptOne() local
174 void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clientFd) { in establishConnection()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_tls_frontend.cpp178 android::base::unique_fd clientFd; in requestHandler() local
236 int DnsTlsFrontend::handleRequests(SSL* ssl, int clientFd) { in handleRequests()
/aosp12/frameworks/native/libs/binder/tests/rpc_fuzzer/
H A Dmain.cpp90 base::unique_fd clientFd(TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0))); in LLVMFuzzerTestOneInput() local
/aosp12/system/netd/client/
H A DNetdClientTest.cpp100 android::base::unique_fd clientFd, serverFd; in TEST() local
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp352 android::base::unique_fd clientFd(sockets[1]); in openInputChannelPair() local