Home
last modified time | relevance | path

Searched refs:ets (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libnbaio/
DMonoPipe.cpp188 ExtendedTimestamp ets; in getTimestamp() local
189 if (mTimestampObserver.poll(ets)) { in getTimestamp()
191 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
193 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
/frameworks/av/media/libmedia/
DAudioTrack.cpp574 ExtendedTimestamp ets; in start() local
575 if (mProxy->getTimestamp(&ets) == OK && in start()
576 ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
582 + ets.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
583 (long long)ets.mFlushed, in start()
585 mFramesWrittenServerOffset = -ets.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
2365 ExtendedTimestamp ets; in getTimestamp() local
2366 status = mProxy->getTimestamp(&ets); in getTimestamp()
2369 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp()
2381 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 || in getTimestamp()
[all …]
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1563 ExtendedTimestamp ets; in getFramesWritten() local
1564 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()
1566 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
/frameworks/av/services/audioflinger/
DThreads.cpp3276 ExtendedTimestamp ets; in getTimestamp_l() local
3277 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()
3279 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()