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

  /frameworks/base/include/binder/
Binder.h 84 virtual void onLastStrongRef(const void* id);
BpBinder.h 96 virtual void onLastStrongRef(const void* id);
  /frameworks/base/libs/utils/
RefBase.cpp 317 const_cast<RefBase*>(this)->onLastStrongRef(id);
451 // an unneeded reference. So call onLastStrongRef() here to remove it.
455 impl->mBase->onLastStrongRef(id);
545 void RefBase::onLastStrongRef(const void* /*id*/)
  /frameworks/base/libs/binder/
Binder.cpp 242 void BpRefBase::onLastStrongRef(const void* id)
BpBinder.cpp 346 void BpBinder::onLastStrongRef(const void* id)
348 LOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
  /frameworks/base/include/utils/
RefBase.h 146 virtual void onLastStrongRef(const void* id);

Completed in 199 milliseconds