Home
last modified time | relevance | path

Searched refs:newRefs (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DRefBase.h569 weakref_type* newRefs = other ? other->createWeak(this) : nullptr;
572 m_refs = newRefs;
579 weakref_type* newRefs = other ? other->createWeak(this) : 0; variable
582 m_refs = newRefs;
641 weakref_type* newRefs =
646 m_refs = newRefs;
665 weakref_type* newRefs = other != nullptr ? other->createWeak(this) : nullptr;
669 m_refs = newRefs;
/system/core/libutils/binder/include/utils/
DRefBase.h569 weakref_type* newRefs = other ? other->createWeak(this) : nullptr;
572 m_refs = newRefs;
579 weakref_type* newRefs = other ? other->createWeak(this) : 0; variable
582 m_refs = newRefs;
641 weakref_type* newRefs =
646 m_refs = newRefs;
665 weakref_type* newRefs = other != nullptr ? other->createWeak(this) : nullptr;
669 m_refs = newRefs;