Home
last modified time | relevance | path

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

/system/core/include/utils/
DRefBase.h112 weakref_type* createWeak(const void* id) const;
318 if (other) m_refs = other->createWeak(this); in wp()
333 m_refs = m_ptr->createWeak(this); in wp()
341 if (other) m_refs = other->createWeak(this); in wp()
359 m_refs = m_ptr->createWeak(this); in wp()
373 other ? other->createWeak(this) : 0;
396 other != NULL ? other->createWeak(this) : 0;
408 other ? other->createWeak(this) : 0;
431 other != NULL ? other->createWeak(this) : 0;
/system/core/libutils/
DRefBase.cpp650 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase