Searched refs:sendDecStrong (Results 1 – 5 of 5) sorted by relevance
88 [[nodiscard]] status_t sendDecStrong(const RpcAddress& address);
64 [[nodiscard]] status_t sendDecStrong(const base::unique_fd& fd, const RpcAddress& address);
110 status_t RpcSession::sendDecStrong(const RpcAddress& address) { in sendDecStrong() function in android::RpcSession113 return state()->sendDecStrong(connection.fd(), address); in sendDecStrong()
108 (void)session->sendDecStrong(address); in onBinderEntering()434 status_t RpcState::sendDecStrong(const base::unique_fd& fd, const RpcAddress& addr) { in sendDecStrong() function in android::RpcState
482 (void)rpcSession()->sendDecStrong(rpcAddress()); in onLastStrongRef()