Home
last modified time | relevance | path

Searched defs:printRefs (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/
H A DRefBase.cpp209 void printRefs() const { } in printRefs() function in android::RefBase::weakref_impl
308 void printRefs() const in printRefs() function in android::RefBase::weakref_impl
742 void RefBase::weakref_type::printRefs() const in printRefs() function in android::RefBase::weakref_type
/aosp14/system/core/libutils/include/utils/
H A DRefBase.h332 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() function