Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp748 if (getTimestamp_l(&mStartEts) != OK) { in start()
749 mStartEts.clear(); in start()
765 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
772 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
773 (long long)mStartEts.mFlushed, in start()
776 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
3517 if (ets.mTimeNs[location] < 0 || mStartEts.mTimeNs[location] < 0) { in hasStarted()
3521 || ets.mPosition[location] == mStartEts.mPosition[location]; in hasStarted()
3529 (long long)mStartEts.mPosition[location]); in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1264 ExtendedTimestamp mStartEts; // Extended timestamp at start for normal variable