Home
last modified time | relevance | path

Searched refs:establishConnection (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DRpcServer.h148 void establishConnection(sp<RpcServer>&& session, base::unique_fd clientFd);
/frameworks/native/libs/binder/
DRpcServer.cpp151 std::thread(&RpcServer::establishConnection, this, in acceptOne()
174 void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clientFd) { in establishConnection() function in android::RpcServer