Searched refs:removeIncomingConnection (Results 1 – 3 of 3) sorted by relevance
194 LOG_ALWAYS_FATAL_IF(!session->removeIncomingConnection(connection), in handleChannelCleanup()
307 [[nodiscard]] bool removeIncomingConnection(const sp<RpcConnection>& connection);
459 LOG_ALWAYS_FATAL_IF(!session->removeIncomingConnection(connection), in join()832 bool RpcSession::removeIncomingConnection(const sp<RpcConnection>& connection) { in removeIncomingConnection() function in android::RpcSession