Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBpHwBinder.h97 virtual void onLastStrongRef(const void* id);
DBinder.h100 virtual void onLastStrongRef(const void* id);
/system/core/libutils/
DRefBase.cpp444 refs->mBase->onLastStrongRef(id); in decStrong()
623 impl->mBase->onLastStrongRef(id); in attemptIncStrong()
742 void RefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::RefBase
/system/libhwbinder/
DBinder.cpp241 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.h326 virtual void onLastStrongRef(const void* id);