Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.h129 [[nodiscard]] status_t onBinderLeaving(const sp<RpcSession>& session, const sp<IBinder>& binder,
DRpcState.cpp72 status_t RpcState::onBinderLeaving(const sp<RpcSession>& session, const sp<IBinder>& binder, in onBinderLeaving() function in android::RpcState
535 if (status_t status = onBinderLeaving(session, binder, &address); status != OK) return status; in transact()
DParcel.cpp264 status = rpcFields->mSession->state()->onBinderLeaving(rpcFields->mSession, binder, in flattenBinder()