Searched refs:timestampTimeUs (Results 1 – 1 of 1) sorted by relevance
3206 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l() local3207 if (timestampTimeUs < mStartFromZeroUs) { in getTimestamp_l()3210 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l()