Searched refs:createWeak (Results 1 – 3 of 3) sorted by relevance
326 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;
102 ref->createWeak(nullptr); in __anondcbc87e00802()
724 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase