Home
last modified time | relevance | path

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

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