Home
last modified time | relevance | path

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

/system/core/libutils/
DStopWatch.cpp45 const int n = mNumLaps; in ~StopWatch()
62 if (mNumLaps >= 8) { in lap()
65 const int n = mNumLaps; in lap()
68 mNumLaps = n+1; in lap()
80 mNumLaps = 0; in reset()
/system/core/include/utils/
DStopWatch.h55 int mNumLaps; variable