Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DBinder.h119 class RpcServerLink; variable
125 void removeRpcServerLink(const sp<RpcServerLink>& link);
/frameworks/native/include/binder/
DBinder.h119 class RpcServerLink; variable
125 void removeRpcServerLink(const sp<RpcServerLink>& link);
/frameworks/native/libs/binder/
DBinder.cpp198 class BBinder::RpcServerLink : public IBinder::DeathRecipient { class in android::BBinder
201 RpcServerLink(const sp<RpcServer>& rpcServer, const sp<IBinder>& keepAliveBinder, in RpcServerLink() function in android::BBinder::RpcServerLink
219 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()