Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBinder.h97 virtual void onLastStrongRef(const void* id);
DBpHwBinder.h93 virtual void onLastStrongRef(const void* id);
/system/core/libutils/
DRefBase.cpp432 refs->mBase->onLastStrongRef(id); in decStrong()
606 impl->mBase->onLastStrongRef(id); in attemptIncStrong()
725 void RefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::RefBase
/system/libhwbinder/
DBinder.cpp245 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwRefBase
DBpHwBinder.cpp288 void BpHwBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwBinder
/system/core/libutils/include/utils/
DRefBase.h317 virtual void onLastStrongRef(const void* id);