Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DRefBase.cpp81 void trackMe(bool, bool) { } in trackMe() function in android::RefBase::weakref_impl
130 void trackMe(bool track, bool retain) in trackMe() function in android::RefBase::weakref_impl
505 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() function in android::RefBase::weakref_type
507 static_cast<const weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/frameworks/base/include/utils/
DRefBase.h99 void trackMe(bool enable, bool retain);
110 inline void trackMe(bool enable, bool retain) in trackMe() function
112 getWeakRefs()->trackMe(enable, retain); in trackMe()