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

/system/core/libutils/
H A DRefBase.cpp38 // whether ref-tracking is enabled by default, if not, trackMe(true, false)
85 void trackMe(bool, bool) { } function in class:android::RefBase::weakref_impl
176 void trackMe(bool track, bool retain) function in class:android::RefBase::weakref_impl
563 void RefBase::weakref_type::trackMe(bool enable, bool retain) function in class:android::RefBase::weakref_type
565 static_cast<weakref_impl*>(this)->trackMe(enable, retain);
/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);

Completed in 25 milliseconds