Searched refs:createWeak (Results 1 – 4 of 4) sorted by relevance
112 weakref_type* createWeak(const void* id) const;310 if (other) m_refs = other->createWeak(this); in wp()325 m_refs = m_ptr->createWeak(this); in wp()333 if (other) m_refs = other->createWeak(this); in wp()351 m_refs = m_ptr->createWeak(this); in wp()365 other ? other->createWeak(this) : 0;388 other != NULL ? other->createWeak(this) : 0;400 other ? other->createWeak(this) : 0;423 other != NULL ? other->createWeak(this) : 0;
107 weakref_type* createWeak(const void* id) const;298 if (other) m_refs = other->createWeak(this); in wp()313 m_refs = m_ptr->createWeak(this); in wp()321 if (other) m_refs = other->createWeak(this); in wp()339 m_refs = m_ptr->createWeak(this); in wp()353 other ? other->createWeak(this) : 0;376 other != NULL ? other->createWeak(this) : 0;388 other ? other->createWeak(this) : 0;411 other != NULL ? other->createWeak(this) : 0;
230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpRefBase()
569 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase