Home
last modified time | relevance | path

Searched defs:rpcSession (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/
DServiceManagerHost.cpp159 auto rpcSession = RpcSession::make(); in getDeviceService() local
DBpBinder.cpp275 const sp<RpcSession>& BpBinder::rpcSession() const { in rpcSession() function in android::BpBinder
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp105 auto rpcSession = RpcSession::make(); in get() local
DbinderRpcTest.cpp1407 auto rpcSession = RpcSession::make(); in TEST() local
/frameworks/native/libs/binder/include/binder/
DBpBinder.h147 const sp<RpcSession>& rpcSession() const { return mBinder->rpcSession(); } in rpcSession() function