Home
last modified time | relevance | path

Searched refs:removeIncomingConnection (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/trusty/
DRpcServerTrusty.cpp194 LOG_ALWAYS_FATAL_IF(!session->removeIncomingConnection(connection), in handleChannelCleanup()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h307 [[nodiscard]] bool removeIncomingConnection(const sp<RpcConnection>& connection);
/frameworks/native/libs/binder/
DRpcSession.cpp459 LOG_ALWAYS_FATAL_IF(!session->removeIncomingConnection(connection), in join()
832 bool RpcSession::removeIncomingConnection(const sp<RpcConnection>& connection) { in removeIncomingConnection() function in android::RpcSession