Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp37 bool isRpc = isRemote && binder->remoteBinder()->isRpcBinder(); in onBinderLeaving() local
39 if (isRpc && binder->remoteBinder()->getPrivateAccessorForId().rpcSession() != session) { in onBinderLeaving()
47 if (isRemote && !isRpc) { in onBinderLeaving()
65 if (isRpc) { in onBinderLeaving()
79 LOG_ALWAYS_FATAL_IF(isRpc, "RPC binder must have known address at this point"); in onBinderLeaving()