Home
last modified time | relevance | path

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

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