Searched refs:RpcServerLink (Results 1 – 3 of 3) sorted by relevance
227 class BBinder::RpcServerLink : public IBinder::DeathRecipient { class in android::BBinder230 RpcServerLink(const sp<RpcServer>& rpcServer, const sp<IBinder>& keepAliveBinder, in RpcServerLink() function in android::BBinder::RpcServerLink233 virtual ~RpcServerLink();248 promoted->removeRpcServerLink(sp<RpcServerLink>::fromExisting(this)); in binderDied()258 BBinder::RpcServerLink::~RpcServerLink() {} in ~RpcServerLink()274 std::set<sp<RpcServerLink>> mRpcServerLinks;696 auto link = sp<RpcServerLink>::make(rpcServer, keepAliveBinder, weakThis); in setRpcClientDebug()714 void BBinder::removeRpcServerLink(const sp<RpcServerLink>& link) { in removeRpcServerLink()
117 class RpcServerLink; variable123 void removeRpcServerLink(const sp<RpcServerLink>& link);