Searched refs:m_ptr (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | StrongPointer.h | 123 T* m_ptr; variable 246 : m_ptr(other.m_ptr) { in sp() 247 if (m_ptr) in sp() 252 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() 258 : m_ptr(other.m_ptr) { in sp() 259 if (m_ptr) in sp() 265 : m_ptr(other.m_ptr) { in sp() 277 if (m_ptr) in ~sp() 298 m_ptr = other.m_ptr; 317 if (m_ptr) m_ptr->decStrong(this); [all …]
|
H A D | RefBase.h | 491 if (m_ptr == o.m_ptr) { 494 return _wp_compare_<std::greater>(m_ptr, o.m_ptr); 500 if (m_ptr == o.m_ptr) { 503 return _wp_compare_<std::less>(m_ptr, o.m_ptr); 589 : m_ptr(other.m_ptr), m_refs(other.m_refs) in wp() 596 : m_ptr(other.m_ptr) in wp() 598 m_refs = m_ptr ? m_ptr->createWeak(this) : nullptr; in wp() 603 : m_ptr(other.m_ptr) in wp() 605 if (m_ptr) { in wp() 615 : m_ptr(other.m_ptr) in wp() [all …]
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 14076 "field_name" : "m_ptr", 14098 "field_name" : "m_ptr", 14120 "field_name" : "m_ptr", 14142 "field_name" : "m_ptr", 14164 "field_name" : "m_ptr", 14186 "field_name" : "m_ptr", 14208 "field_name" : "m_ptr", 14236 "field_name" : "m_ptr",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 14080 "field_name" : "m_ptr", 14102 "field_name" : "m_ptr", 14124 "field_name" : "m_ptr", 14146 "field_name" : "m_ptr", 14168 "field_name" : "m_ptr", 14190 "field_name" : "m_ptr", 14212 "field_name" : "m_ptr", 14240 "field_name" : "m_ptr",
|