Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcSession.h205 [[nodiscard]] LIBBINDER_EXPORTED status_t sendDecStrong(const BpBinder* binder);
/frameworks/native/libs/binder/
DBpBinder.cpp662 (void)rpcSession()->sendDecStrong(this); in onLastStrongRef()
DRpcSession.cpp280 status_t RpcSession::sendDecStrong(const BpBinder* binder) { in sendDecStrong() function in android::RpcSession