Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp173 void trackMe(bool, bool) { } in trackMe() function in android::RefBase::weakref_impl
264 void trackMe(bool track, bool retain) in trackMe() function in android::RefBase::weakref_impl
683 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() function in android::RefBase::weakref_type
685 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/system/core/libutils/include/utils/
DRefBase.h286 void trackMe(bool enable, bool retain);
297 inline void trackMe(bool enable, bool retain) in trackMe() function
299 getWeakRefs()->trackMe(enable, retain); in trackMe()