Searched refs:createWeak (Results 1 – 2 of 2) sorted by relevance
112 weakref_type* createWeak(const void* id) const;317 if (other) m_refs = other->createWeak(this); in wp()332 m_refs = m_ptr->createWeak(this); in wp()340 if (other) m_refs = other->createWeak(this); in wp()358 m_refs = m_ptr->createWeak(this); in wp()372 other ? other->createWeak(this) : 0;395 other != NULL ? other->createWeak(this) : 0;407 other ? other->createWeak(this) : 0;430 other != NULL ? other->createWeak(this) : 0;
572 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase