Searched refs:createWeak (Results 1 – 3 of 3) sorted by relevance
108 weakref_type* createWeak(const void* id) const;299 if (other) m_refs = other->createWeak(this); in wp()314 m_refs = m_ptr->createWeak(this); in wp()322 if (other) m_refs = other->createWeak(this); in wp()340 m_refs = m_ptr->createWeak(this); in wp()354 other ? other->createWeak(this) : 0;377 other != NULL ? other->createWeak(this) : 0;389 other ? other->createWeak(this) : 0;412 other != NULL ? other->createWeak(this) : 0;
230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpRefBase()
537 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase