Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp792 if (getTimestamp_l(&mStartEts) != OK) { in start()
793 mStartEts.clear(); in start()
809 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
816 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
817 (long long)mStartEts.mFlushed, in start()
820 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
3774 if (ets.mTimeNs[location] < 0 || mStartEts.mTimeNs[location] < 0) { in hasStarted()
3778 || ets.mPosition[location] == mStartEts.mPosition[location]; in hasStarted()
3786 (long long)mStartEts.mPosition[location]); in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1403 ExtendedTimestamp mStartEts; // Extended timestamp at start for normal variable