Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DRefBase.cpp86 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/
DRefBase.h109 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/
DRefBase.h104 void trackMe(bool enable, bool retain);
115 inline void trackMe(bool enable, bool retain) in trackMe() function
117 getWeakRefs()->trackMe(enable, retain); in trackMe()