Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h136 const sp<RpcSession>& rpcSession() const { return mBinder->rpcSession(); } in rpcSession() function
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp193 const sp<RpcSession>& BpBinder::rpcSession() const { in rpcSession() function in android::BpBinder