Home
last modified time | relevance | path

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

/system/core/libutils/
DStopWatch.cpp47 const int n = mNumLaps; in ~StopWatch()
64 if (mNumLaps >= 8) { in lap()
67 const int n = mNumLaps; in lap()
70 mNumLaps = n+1; in lap()
82 mNumLaps = 0; in reset()
/system/core/include/utils/
DStopWatch.h55 int mNumLaps; variable