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

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c570 struct timespec curTs; local
571 clock_gettime(CLOCK_MONOTONIC, &curTs);
572 elapsedNs += (curTs.tv_sec - prevTs.tv_sec) * 1000000000 +
574 (curTs.tv_nsec - prevTs.tv_nsec);
575 prevTs = curTs;
H A Dplaybq.cpp570 struct timespec curTs; local
571 clock_gettime(CLOCK_MONOTONIC, &curTs);
572 elapsedNs += (curTs.tv_sec - prevTs.tv_sec) * 1000000000 +
574 (curTs.tv_nsec - prevTs.tv_nsec);
575 prevTs = curTs;

Completed in 57 milliseconds