OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trackMe
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/utils/
RefBase.h
96
void
trackMe
(bool enable, bool retain);
107
inline void
trackMe
(bool enable, bool retain)
109
getWeakRefs()->
trackMe
(enable, retain);
/frameworks/base/libs/utils/
RefBase.cpp
75
void
trackMe
(bool, bool) { }
124
void
trackMe
(bool track, bool retain)
481
void RefBase::weakref_type::
trackMe
(bool enable, bool retain)
483
static_cast<const weakref_impl*>(this)->
trackMe
(enable, retain);
Completed in 58 milliseconds