Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp160 void trackMe(bool, bool) { } in trackMe() function in android::RefBase::weakref_impl
251 void trackMe(bool track, bool retain) in trackMe() function in android::RefBase::weakref_impl
666 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() function in android::RefBase::weakref_type
668 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/system/core/libutils/include/utils/
DRefBase.h277 void trackMe(bool enable, bool retain);
288 inline void trackMe(bool enable, bool retain) in trackMe() function
290 getWeakRefs()->trackMe(enable, retain); in trackMe()