Searched refs:RpcServerLink (Results 1 – 3 of 3) sorted by relevance
119 class RpcServerLink; variable125 void removeRpcServerLink(const sp<RpcServerLink>& link);
198 class BBinder::RpcServerLink : public IBinder::DeathRecipient { class in android::BBinder201 RpcServerLink(const sp<RpcServer>& rpcServer, const sp<IBinder>& keepAliveBinder, in RpcServerLink() function in android::BBinder::RpcServerLink219 promoted->removeRpcServerLink(sp<RpcServerLink>::fromExisting(this)); in binderDied()242 std::set<sp<RpcServerLink>> mRpcServerLinks;559 auto link = sp<RpcServerLink>::make(rpcServer, keepAliveBinder, weakThis); in setRpcClientDebug()576 void BBinder::removeRpcServerLink(const sp<RpcServerLink>& link) { in removeRpcServerLink()