Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DBinder.h125 void removeRpcServerLink(const sp<RpcServerLink>& link);
/frameworks/native/include/binder/
DBinder.h125 void removeRpcServerLink(const sp<RpcServerLink>& link);
/frameworks/native/libs/binder/
DBinder.cpp219 promoted->removeRpcServerLink(sp<RpcServerLink>::fromExisting(this)); in binderDied()
576 void BBinder::removeRpcServerLink(const sp<RpcServerLink>& link) { in removeRpcServerLink() function in android::BBinder