Searched defs:trackMe (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DRefBase.h109 void trackMe(bool enable, bool retain);
120 inline void trackMe(bool enable, bool retain) function in class:android::RefBase
122 getWeakRefs()->trackMe(enable, retain);
/system/core/libutils/
H A DRefBase.cpp42 // whether ref-tracking is enabled by default, if not, trackMe(true, false)
89 void trackMe(bool, bool) { } function in class:android::RefBase::weakref_impl
180 void trackMe(bool track, bool retain) function in class:android::RefBase::weakref_impl
567 void RefBase::weakref_type::trackMe(bool enable, bool retain) function in class:android::RefBase::weakref_type
569 static_cast<weakref_impl*>(this)->trackMe(enable, retain);

Completed in 183 milliseconds