Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp149 void printRefs() const { } in printRefs() function in android::RefBase::weakref_impl
247 void printRefs() const in printRefs() function in android::RefBase::weakref_impl
640 void RefBase::weakref_type::printRefs() const in printRefs() function in android::RefBase::weakref_type
642 static_cast<const weakref_impl*>(this)->printRefs(); in printRefs()
/system/core/include/utils/
DRefBase.h100 void printRefs() const;
117 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() function