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

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

Completed in 1822 milliseconds