Searched refs:mMonotonicTs (Results 1 – 2 of 2) sorted by relevance
53 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in setEnabled()144 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL + in elapsed()145 (ts.tv_nsec - mMonotonicTs.tv_nsec); in elapsed()160 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in resetElapsed()
126 struct timespec mMonotonicTs; // most recent monotonic time variable