Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp172 void printRefs() const { } in printRefs() function in android::RefBase::weakref_impl
270 void printRefs() const in printRefs() function in android::RefBase::weakref_impl
678 void RefBase::weakref_type::printRefs() const in printRefs() function in android::RefBase::weakref_type
/system/core/libutils/include/utils/
DRefBase.h291 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() function