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

/frameworks/av/services/audioflinger/
H A DMonoPipe.cpp124 struct timespec nowTs; local
125 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
128 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec;
129 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec;
148 mWriteTs = nowTs;

Completed in 19 milliseconds