Home
last modified time | relevance | path

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

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