Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h286 weakref_type* createWeak(const void* id) const;
483 m_refs = other ? m_refs = other->createWeak(this) : nullptr; in wp()
497 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
504 m_refs = other ? other->createWeak(this) : nullptr; in wp()
523 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()
536 other ? other->createWeak(this) : nullptr;
559 other != nullptr ? other->createWeak(this) : nullptr;
571 other ? other->createWeak(this) : 0;
594 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