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

/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp161 struct timespec nowTs; local
162 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
165 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec;
166 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec;
169 mWriteTs.tv_sec, mWriteTs.tv_nsec, nowTs.tv_sec, nowTs.tv_nsec);
188 mWriteTs = nowTs;

Completed in 25 milliseconds