Searched defs:clientFd (Results 1 – 3 of 3) sorted by relevance
90 base::unique_fd clientFd(TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0))); in LLVMFuzzerTestOneInput() local
139 unique_fd clientFd( in acceptOne() local174 void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clientFd) { in establishConnection()
350 android::base::unique_fd clientFd(sockets[1]); in openInputChannelPair() local