Home
last modified time | relevance | path

Searched refs:createWeak (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DRefBase.h280 weakref_type* createWeak(const void* id) const;
453 if (other) m_refs = other->createWeak(this); in wp()
468 m_refs = m_ptr->createWeak(this); in wp()
476 if (other) m_refs = other->createWeak(this); in wp()
494 m_refs = m_ptr->createWeak(this); in wp()
508 other ? other->createWeak(this) : 0;
531 other != NULL ? other->createWeak(this) : 0;
543 other ? other->createWeak(this) : 0;
566 other != NULL ? other->createWeak(this) : 0;
/system/libhwbinder/
DBinder.cpp192 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpHwRefBase()
/system/core/libutils/
DRefBase.cpp671 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase