Searched refs:incWeak (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DRefBase.cpp325 refs->incWeak(id);
362 refs->incWeak(id);
391 void RefBase::weakref_type::incWeak(const void* id) function in class:android::RefBase::weakref_type
396 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
434 incWeak(id);
574 mRefs->incWeak(id);
/system/core/include/utils/
H A DRefBase.h85 void incWeak(const void* id);
324 if (m_ptr) m_refs->incWeak(this);
349 m_refs->incWeak(this);
384 if (otherPtr) otherRefs->incWeak(this);
419 if (otherPtr) otherRefs->incWeak(this);
441 if (other) refs->incWeak(this);

Completed in 265 milliseconds