Lines Matching refs:reset
100 bool ResourceTimer::copy(int counter, Timer &dst, bool reset) { in copy() argument
103 dst.reset(); in copy()
104 if (reset) t->reset(); in copy()
107 Timer::copy(dst, *t, reset); in copy()
111 void ResourceTimer::reset() { in reset() function in android::ResourceTimer
114 t->reset(); in reset()
121 reset(); in Timer()
137 void ResourceTimer::Timer::reset() { in reset() function in android::ResourceTimer::Timer
147 void ResourceTimer::Timer::copy(Timer &dst, Timer &src, bool reset) { in copy() argument
151 if (reset) { in copy()
154 src.reset(); in copy()