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