Searched refs:isRpcBinder (Results 1 – 6 of 6) sorted by relevance
191 bool BpBinder::isRpcBinder() const { in isRpcBinder() function in android::BpBinder208 if (!isRpcBinder()) { in getDebugBinderHandle()302 if (CC_UNLIKELY(isRpcBinder())) { in transact()329 if (isRpcBinder()) return UNKNOWN_TRANSACTION; in linkToDeath()367 if (isRpcBinder()) return UNKNOWN_TRANSACTION; in unlinkToDeath()402 LOG_ALWAYS_FATAL_IF(isRpcBinder(), "Cannot send obituary for remote binder."); in sendObituary()476 if (CC_UNLIKELY(isRpcBinder())) return; in ~BpBinder()511 if (CC_UNLIKELY(isRpcBinder())) return; in onFirstRef()519 if (CC_UNLIKELY(isRpcBinder())) { in onLastStrongRef()553 if (CC_UNLIKELY(isRpcBinder())) return false; in onIncStrongAttempted()
252 if (binder->isRpcBinder()) return -1; in getStrongRefCountForNode()
58 bool isRpc = isRemote && binder->remoteBinder()->isRpcBinder(); in onBinderLeaving()272 if (binder->remoteBinder()->isRpcBinder()) { in dumpLocked()
215 if (proxy->isRpcBinder()) { in flattenBinder()648 if (binder && binder->remoteBinder() && binder->remoteBinder()->isRpcBinder()) { in markForBinder()
54 if (!bpbinder->isRpcBinder()) bpbinder->sendObituary();75 if (!bpbinder->isRpcBinder()) bpbinder->sendObituary();
46 bool isRpcBinder() const;