Searched refs:createWeak (Results 1 – 2 of 2) sorted by relevance
286 weakref_type* createWeak(const void* id) const;488 m_refs = other ? m_refs = other->createWeak(this) : nullptr; in wp()502 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()509 m_refs = other ? other->createWeak(this) : nullptr; in wp()528 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp()541 other ? other->createWeak(this) : nullptr;564 other != nullptr ? other->createWeak(this) : nullptr;576 other ? other->createWeak(this) : 0;599 other != nullptr ? other->createWeak(this) : 0;
688 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase