Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h142 void onSessionTerminating(const sp<RpcSession>& session);
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp262 void RpcServer::onSessionTerminating(const sp<RpcSession>& session) { in onSessionTerminating() function in android::RpcServer
H A DRpcSession.cpp182 server->onSessionTerminating(sp<RpcSession>::fromExisting(this)); in terminateLocked()