Home
last modified time | relevance | path

Searched refs:timestampTimeUs (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp3206 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l() local
3207 if (timestampTimeUs < mStartFromZeroUs) { in getTimestamp_l()
3210 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l()