Searched refs:timestampTimeUs (Results 1 – 1 of 1) sorted by relevance
2438 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp() local2439 if (timestampTimeUs < mStartUs) { in getTimestamp()2442 const int64_t deltaTimeUs = timestampTimeUs - mStartUs; in getTimestamp()