Home
last modified time | relevance | path

Searched refs:rpcSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DBpBinder.h136 const sp<RpcSession>& rpcSession() const { return mBinder->rpcSession(); } in rpcSession() function
159 const sp<RpcSession>& rpcSession() const;
/frameworks/native/libs/binder/
DBpBinder.cpp169 LOG_ALWAYS_FATAL_IF(rpcSession() == nullptr, "BpBinder created w/o session object"); in BpBinder()
180 const sp<RpcSession>& BpBinder::rpcSession() const { in rpcSession() function in android::BpBinder
276 status = rpcSession()->transact(rpcAddress(), code, data, reply, flags); in transact()
482 (void)rpcSession()->sendDecStrong(rpcAddress()); in onLastStrongRef()
DRpcState.cpp39 if (isRpc && binder->remoteBinder()->getPrivateAccessorForId().rpcSession() != session) { in onBinderLeaving()
DParcel.cpp570 markForRpc(binder->remoteBinder()->getPrivateAccessorForId().rpcSession()); in markForBinder()