Searched refs:sendDecStrongToTarget (Results 1 – 4 of 4) sorted by relevance
237 [[nodiscard]] status_t sendDecStrongToTarget(uint64_t address, size_t target);
112 [[nodiscard]] status_t sendDecStrongToTarget(const sp<RpcSession::RpcConnection>& connection,
282 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::RpcSession290 return state()->sendDecStrongToTarget(connection.get(), sp<RpcSession>::fromExisting(this), in sendDecStrongToTarget()
229 return session->sendDecStrongToTarget(address, 0); in flushExcessBinderRefs()729 status_t RpcState::sendDecStrongToTarget(const sp<RpcSession::RpcConnection>& connection, in sendDecStrongToTarget() function in android::RpcState