Searched defs:printRefs (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/ | ||
D | RefBase.cpp | 172 void printRefs() const { } in printRefs() function in android::RefBase::weakref_impl |
/system/core/libutils/include/utils/ | ||
D | RefBase.h | 291 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() function |