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

/frameworks/native/include/binder/
H A DBinder.h84 virtual void onLastStrongRef(const void* id);
H A DBpBinder.h96 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/utils/
H A DRefBase.cpp357 refs->mBase->onLastStrongRef(id);
479 // an unneeded reference. So call onLastStrongRef() here to remove it.
483 impl->mBase->onLastStrongRef(id);
583 void RefBase::onLastStrongRef(const void* /*id*/) function in class:android::RefBase
/frameworks/native/libs/binder/
H A DBinder.cpp249 void BpRefBase::onLastStrongRef(const void* id) function in class:android::BpRefBase
H A DBpBinder.cpp346 void BpBinder::onLastStrongRef(const void* id) function in class:android::BpBinder
348 ALOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
/frameworks/native/include/utils/
H A DRefBase.h142 virtual void onLastStrongRef(const void* id);

Completed in 76 milliseconds