Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DRefBase.cpp184 void trackMe(bool, bool) { } in trackMe() function in android::RefBase::weakref_impl
277 void trackMe(bool track, bool retain) { in trackMe() function in android::RefBase::weakref_impl
719 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() function in android::RefBase::weakref_type
721 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h323 void trackMe(bool enable, bool retain);
334 inline void trackMe(bool enable, bool retain) in trackMe() function
336 getWeakRefs()->trackMe(enable, retain); in trackMe()
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h106 void trackMe(bool enable, bool retain);
117 inline void trackMe(bool enable, bool retain) in trackMe() function
119 getWeakRefs()->trackMe(enable, retain); in trackMe()