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

  /frameworks/base/include/utils/
RefBase.h 79 void decWeak(const void* id);
501 if (m_ptr) m_refs->decWeak(this);
509 if (m_ptr) m_refs->decWeak(this);
521 if (m_ptr) m_refs->decWeak(this);
533 if (m_ptr) m_refs->decWeak(this);
544 if (m_ptr) m_refs->decWeak(this);
556 if (m_ptr) m_refs->decWeak(this);
568 if (m_ptr) m_refs->decWeak(this);
578 if (m_ptr) m_refs->decWeak(this);
593 m_refs->decWeak(this)
    [all...]
  /frameworks/base/libs/utils/
RefBase.cpp 327 refs->decWeak(id);
375 void RefBase::weakref_type::decWeak(const void* id)
380 LOG_ASSERT(c >= 1, "decWeak called on %p too many times", this);
444 decWeak(id);
  /frameworks/base/libs/binder/
Binder.cpp 233 mRefs->decWeak(this);
ProcessState.cpp 231 e->refs->decWeak(this);
262 e->refs->decWeak(this);
IPCThreadState.cpp 430 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 116 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
128 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]

Completed in 20 milliseconds