Searched refs:trackMe (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/utils/ |
D | RefBase.cpp | 86 void trackMe(bool, bool) { } in trackMe() function in android::RefBase::weakref_impl 177 void trackMe(bool track, bool retain) in trackMe() function in android::RefBase::weakref_impl 564 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() function in android::RefBase::weakref_type 566 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
|
/frameworks/native/include/utils/ |
D | RefBase.h | 109 void trackMe(bool enable, bool retain); 120 inline void trackMe(bool enable, bool retain) in trackMe() function 122 getWeakRefs()->trackMe(enable, retain); in trackMe()
|
/frameworks/rs/server/ |
D | RefBase.h | 104 void trackMe(bool enable, bool retain); 115 inline void trackMe(bool enable, bool retain) in trackMe() function 117 getWeakRefs()->trackMe(enable, retain); in trackMe()
|