Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp652 if (getTimestamp_l(&mStartEts) != OK) { in start()
653 mStartEts.clear(); in start()
669 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
676 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
677 (long long)mStartEts.mFlushed, in start()
680 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
3117 if (ets.mTimeNs[location] < 0 || mStartEts.mTimeNs[location] < 0) { in hasStarted()
3121 || ets.mPosition[location] == mStartEts.mPosition[location]; in hasStarted()
3129 (long long)mStartEts.mPosition[location]); in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1156 ExtendedTimestamp mStartEts; // Extended timestamp at start for normal variable