Home
last modified time | relevance | path

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

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