Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.h112 [[nodiscard]] status_t sendDecStrongToTarget(const sp<RpcSession::RpcConnection>& connection,
DRpcSession.cpp284 return sendDecStrongToTarget(binder->getPrivateAccessor().rpcAddress(), 0 /*target*/); in sendDecStrong()
287 status_t RpcSession::sendDecStrongToTarget(uint64_t address, size_t target) { in sendDecStrongToTarget() function in android::RpcSession
292 return state()->sendDecStrongToTarget(connection.get(), sp<RpcSession>::fromExisting(this), in sendDecStrongToTarget()
DRpcState.cpp230 return session->sendDecStrongToTarget(address, 0); in flushExcessBinderRefs()
732 status_t RpcState::sendDecStrongToTarget(const sp<RpcSession::RpcConnection>& connection, in sendDecStrongToTarget() function in android::RpcState
/frameworks/native/libs/binder/include/binder/
DRpcSession.h244 [[nodiscard]] status_t sendDecStrongToTarget(uint64_t address, size_t target);