Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp3329 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp_l() local
3330 if (timestampTimeUs < mStartFromZeroUs) { in getTimestamp_l()
3333 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l()