Searched refs:weakref_type (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | RefBase.h | 294 class weakref_type 329 weakref_type* getWeakRefs() const; 379 friend class weakref_type; 390 static void renameRefId(weakref_type* ref, 405 typedef typename RefBase::weakref_type weakref_type; typedef 443 void set_object_and_refs(T* other, weakref_type* refs); 515 weakref_type* m_refs; 629 weakref_type* otherRefs(other.m_refs); 641 weakref_type* newRefs = 653 weakref_type* otherRefs(other.m_refs); [all …]
|
/aosp14/system/core/libutils/ |
H A D | RefBase.cpp | 185 class RefBase::weakref_impl : public RefBase::weakref_type 552 RefBase* RefBase::weakref_type::refBase() const in refBase() 557 void RefBase::weakref_type::incWeak(const void* id) in incWeak() 575 void RefBase::weakref_type::decWeak(const void* id) in decWeak() 614 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong() 713 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak() 735 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount() 742 void RefBase::weakref_type::printRefs() const in printRefs() 747 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() 758 RefBase::weakref_type* RefBase::getWeakRefs() const in getWeakRefs() [all …]
|
H A D | RefBase_fuzz.cpp | 63 RefBase::weakref_type* weakRefs;
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 6571 "function_name" : "android::RefBase::weakref_type::attemptIncWeak", 6619 "function_name" : "android::RefBase::weakref_type::decWeak", 6635 "function_name" : "android::RefBase::weakref_type::incWeak", 6651 "function_name" : "android::RefBase::weakref_type::trackMe", 9003 "function_name" : "android::RefBase::weakref_type::getWeakCount", 9016 "function_name" : "android::RefBase::weakref_type::refBase", 9029 "function_name" : "android::RefBase::weakref_type::printRefs", 10603 "name" : "const android::RefBase::weakref_type *", 11089 "name" : "android::RefBase::weakref_type *", 11565 "name" : "const android::RefBase::weakref_type", [all …]
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 6575 "function_name" : "android::RefBase::weakref_type::attemptIncWeak", 6623 "function_name" : "android::RefBase::weakref_type::decWeak", 6639 "function_name" : "android::RefBase::weakref_type::incWeak", 6655 "function_name" : "android::RefBase::weakref_type::trackMe", 9007 "function_name" : "android::RefBase::weakref_type::getWeakCount", 9020 "function_name" : "android::RefBase::weakref_type::refBase", 9033 "function_name" : "android::RefBase::weakref_type::printRefs", 10607 "name" : "const android::RefBase::weakref_type *", 11093 "name" : "android::RefBase::weakref_type *", 11569 "name" : "const android::RefBase::weakref_type", [all …]
|