Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBpHwBinder.h101 virtual void onLastStrongRef(const void* id);
DBinder.h104 virtual void onLastStrongRef(const void* id);
/system/core/libutils/
DRefBase.cpp472 refs->mBase->onLastStrongRef(id); in decStrong()
659 impl->mBase->onLastStrongRef(id); in attemptIncStrong()
781 void RefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::RefBase
/system/libhwbinder/
DBinder.cpp260 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwRefBase
DBpHwBinder.cpp285 void BpHwBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwBinder
/system/core/libutils/include/utils/
DRefBase.h366 virtual void onLastStrongRef(const void* id);