Searched refs:createWeak (Results 1 – 2 of 2) sorted by relevance
112 weakref_type* createWeak(const void* id) const;318 if (other) m_refs = other->createWeak(this); in wp()333 m_refs = m_ptr->createWeak(this); in wp()341 if (other) m_refs = other->createWeak(this); in wp()359 m_refs = m_ptr->createWeak(this); in wp()373 other ? other->createWeak(this) : 0;396 other != NULL ? other->createWeak(this) : 0;408 other ? other->createWeak(this) : 0;431 other != NULL ? other->createWeak(this) : 0;
650 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase