Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h135 const RpcAddress& rpcAddress() const { return mBinder->rpcAddress(); } in rpcAddress() function
158 const RpcAddress& rpcAddress() const;
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp189 const RpcAddress& BpBinder::rpcAddress() const { in rpcAddress() function in android::BpBinder
289 status = rpcSession()->transact(rpcAddress(), code, data, reply, flags); in transact()
496 (void)rpcSession()->sendDecStrong(rpcAddress()); in onLastStrongRef()
H A DRpcState.cpp67 binder->remoteBinder()->getPrivateAccessorForId().rpcAddress(); in onBinderLeaving()