Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp769 if (getTimestamp_l(&mStartEts) != OK) { in start()
770 mStartEts.clear(); in start()
786 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
793 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
794 (long long)mStartEts.mFlushed, in start()
797 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
3629 if (ets.mTimeNs[location] < 0 || mStartEts.mTimeNs[location] < 0) { in hasStarted()
3633 || ets.mPosition[location] == mStartEts.mPosition[location]; in hasStarted()
3641 (long long)mStartEts.mPosition[location]); in hasStarted()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h1274 ExtendedTimestamp mStartEts; // Extended timestamp at start for normal variable