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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2570 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); local
2571 if (timestampTimeUs < mStartUs) {
2574 const int64_t deltaTimeUs = timestampTimeUs - mStartUs;

Completed in 86 milliseconds