Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp90 base::unique_fd clientFd(TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0))); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/binder/
DRpcServer.cpp139 unique_fd clientFd( in acceptOne() local
174 void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clientFd) { in establishConnection()
/frameworks/native/libs/input/
DInputTransport.cpp350 android::base::unique_fd clientFd(sockets[1]); in openInputChannelPair() local