HomeSort by relevance Sort by last modified time
    Searched refs:onLastStrongRef (Results 1 - 6 of 6) sorted by null

  /frameworks/native/include/binder/
Binder.h 84 virtual void onLastStrongRef(const void* id);
BpBinder.h 96 virtual void onLastStrongRef(const void* id);
  /frameworks/native/libs/utils/
RefBase.cpp 357 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*/)
  /frameworks/native/libs/binder/
Binder.cpp 249 void BpRefBase::onLastStrongRef(const void* id)
BpBinder.cpp 346 void BpBinder::onLastStrongRef(const void* id)
348 ALOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
  /frameworks/native/include/utils/
RefBase.h 142 virtual void onLastStrongRef(const void* id);

Completed in 6544 milliseconds