Searched refs:createWeak (Results 1 – 2 of 2) sorted by relevance
289 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;
688 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase