Searched refs:trackMe (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/core/libutils/ |
H A D | RefBase.cpp | 184 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 D | RefBase.h | 323 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 D | RefBase.h | 106 void trackMe(bool enable, bool retain); 117 inline void trackMe(bool enable, bool retain) in trackMe() function 119 getWeakRefs()->trackMe(enable, retain); in trackMe()
|