Home
last modified time | relevance | path

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

/system/core/libutils/
DStopWatch.cpp43 const nsecs_t soFar = mLaps[i].soFar; in ~StopWatch()
44 const nsecs_t thisLap = mLaps[i].thisLap; in ~StopWatch()
61 mLaps[n].soFar = elapsed; in lap()
62 mLaps[n].thisLap = n ? (elapsed - mLaps[n-1].soFar) : elapsed; in lap()
/system/core/libutils/include/utils/
DStopWatch.h51 lap_t mLaps[8]; variable