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

/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp182 struct timespec nowTs; local
183 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
186 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec;
187 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec;
190 mWriteTs.tv_sec, mWriteTs.tv_nsec, nowTs.tv_sec, nowTs.tv_nsec);
209 mWriteTs = nowTs;

Completed in 41 milliseconds