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 81 void decWeak(const void* id);
346 if (m_ptr) m_refs->decWeak(this);
354 if (m_ptr) m_refs->decWeak(this);
366 if (m_ptr) m_refs->decWeak(this);
378 if (m_ptr) m_refs->decWeak(this);
389 if (m_ptr) m_refs->decWeak(this);
401 if (m_ptr) m_refs->decWeak(this);
413 if (m_ptr) m_refs->decWeak(this);
423 if (m_ptr) m_refs->decWeak(this);
442 m_refs->decWeak(this)
    [all...]
  /frameworks/base/libs/binder/
ProcessState.cpp 205 e->refs->decWeak(this);
236 e->refs->decWeak(this);
Binder.cpp 233 mRefs->decWeak(this);
IPCThreadState.cpp 441 refs->decWeak(mProcess.get());
    [all...]
Parcel.cpp 121 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
133 if (b != NULL) b.get_refs()->decWeak(who);
    [all...]
  /frameworks/base/libs/utils/
RefBase.cpp 362 refs->decWeak(id);
406 void RefBase::weakref_type::decWeak(const void* id)
411 LOG_ASSERT(c >= 1, "decWeak called on %p too many times", this);
472 decWeak(id);

Completed in 175 milliseconds