Searched refs:curTs (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c427 struct timespec curTs; local
428 clock_gettime(CLOCK_MONOTONIC, &curTs);
429 elapsedNs += (curTs.tv_sec - prevTs.tv_sec) * 1000000000 +
431 (curTs.tv_nsec - prevTs.tv_nsec);
432 prevTs = curTs;

Completed in 25 milliseconds