Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.h144 [[nodiscard]] status_t flushExcessBinderRefs(const sp<RpcSession>& session, uint64_t address,
DRpcState.cpp202 status_t RpcState::flushExcessBinderRefs(const sp<RpcSession>& session, uint64_t address, in flushExcessBinderRefs() function in android::RpcState
1094 return flushExcessBinderRefs(session, addr, target); in processTransactInternal()
1103 replyStatus = flushExcessBinderRefs(session, addr, target); in processTransactInternal()
DParcel.cpp357 rpcFields->mSession->state()->flushExcessBinderRefs(rpcFields->mSession, in unflattenBinder()