Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h326 weakref_type* createWeak(const void* id) const;
557 m_refs = other ? m_refs = other->createWeak(this) : nullptr; in wp()
563 m_refs = other ? other->createWeak(this) : nullptr; in wp()
568 weakref_type* newRefs = other ? other->createWeak(this) : nullptr;
578 weakref_type* newRefs = other ? other->createWeak(this) : 0;
597 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
616 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
641 other != nullptr ? other->createWeak(this) : nullptr;
665 other != nullptr ? other->createWeak(this) : 0;
/system/core/libutils/
DRefBase_fuzz.cpp102 ref->createWeak(nullptr); in __anone9b4ce990802()
DRefBase.cpp724 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase