Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h289 weakref_type* createWeak(const void* id) const;
490 m_refs = other ? m_refs = other->createWeak(this) : nullptr; in wp()
504 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
511 m_refs = other ? other->createWeak(this) : nullptr; in wp()
530 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
543 other ? other->createWeak(this) : nullptr;
566 other != nullptr ? other->createWeak(this) : nullptr;
578 other ? other->createWeak(this) : 0;
601 other != nullptr ? other->createWeak(this) : 0;
/system/core/libutils/
DRefBase.cpp688 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase