Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcSession.h276 void preJoinThreadOwnership(RpcMaybeThread thread);
/frameworks/native/libs/binder/
DRpcSession.cpp334 void RpcSession::preJoinThreadOwnership(RpcMaybeThread thread) { in preJoinThreadOwnership() function in android::RpcSession
735 session->preJoinThreadOwnership(std::move(thread)); in addIncomingConnection()
DRpcServer.cpp550 session->preJoinThreadOwnership(std::move(thisThread)); in establishConnection()