Home
last modified time | relevance | path

Searched refs:setForServer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DRpcSession.h134 void setForServer(const wp<RpcServer>& server, int32_t sessionId);
/frameworks/native/libs/binder/
DRpcServer.cpp207 session->setForServer(wp<RpcServer>::fromExisting(this), mSessionIdCounter); in establishConnection()
DRpcSession.cpp273 void RpcSession::setForServer(const wp<RpcServer>& server, int32_t sessionId) { in setForServer() function in android::RpcSession