Searched refs:establishConnection (Results 1 – 2 of 2) sorted by relevance
148 void establishConnection(sp<RpcServer>&& session, base::unique_fd clientFd);
151 std::thread(&RpcServer::establishConnection, this, in acceptOne()174 void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clientFd) { in establishConnection() function in android::RpcServer