Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DRefBase.h108 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;
/frameworks/native/libs/binder/
DBinder.cpp230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime. in BpRefBase()
/frameworks/native/libs/utils/
DRefBase.cpp537 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak() function in android::RefBase