Home
last modified time | relevance | path

Searched refs:onLastStrongRef (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/utils/
DRefBase.cpp357 refs->mBase->onLastStrongRef(id); in decStrong()
483 impl->mBase->onLastStrongRef(id); in attemptIncStrong()
583 void RefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::RefBase
/frameworks/native/include/binder/
DBinder.h84 virtual void onLastStrongRef(const void* id);
DBpBinder.h96 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/binder/
DBinder.cpp249 void BpRefBase::onLastStrongRef(const void* id) in onLastStrongRef() function in android::BpRefBase
DBpBinder.cpp346 void BpBinder::onLastStrongRef(const void* id) in onLastStrongRef() function in android::BpBinder
/frameworks/native/include/utils/
DRefBase.h142 virtual void onLastStrongRef(const void* id);