Home
last modified time | relevance | path

Searched refs:decWeak (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DRefBase.h86 void decWeak(const void* id);
365 if (m_ptr) m_refs->decWeak(this); in ~wp()
373 if (m_ptr) m_refs->decWeak(this);
385 if (m_ptr) m_refs->decWeak(this);
397 if (m_ptr) m_refs->decWeak(this);
408 if (m_ptr) m_refs->decWeak(this);
420 if (m_ptr) m_refs->decWeak(this);
432 if (m_ptr) m_refs->decWeak(this);
442 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
461 m_refs->decWeak(this); in clear()
/system/core/libutils/
DRefBase.cpp356 refs->decWeak(id); in decStrong()
400 void RefBase::weakref_type::decWeak(const void* id) in decWeak() function in android::RefBase::weakref_type
463 decWeak(id); in attemptIncStrong()
483 decWeak(id); in attemptIncStrong()
492 decWeak(id); in attemptIncStrong()