Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DMonoPipe.cpp182 ExtendedTimestamp ets; in getTimestamp() local
183 if (mTimestampObserver.poll(ets)) { in getTimestamp()
185 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
187 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2591 ExtendedTimestamp ets; in getTimestamp_l() local
2592 status = mProxy->getTimestamp(&ets); in getTimestamp_l()
2595 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp_l()
2609 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 || in getTimestamp_l()
2610 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] < 0 || in getTimestamp_l()
2611 ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] <= 0 || in getTimestamp_l()
2612 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] <= 0) in getTimestamp_l()
2617 (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] in getTimestamp_l()
2618 - ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK]); in getTimestamp_l()
2620 __func__, mPortId, (long long)frames, ets.toString().c_str()); in getTimestamp_l()
[all …]
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1778 ExtendedTimestamp ets; in getFramesWritten() local
1779 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()
1781 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
/frameworks/av/services/audioflinger/
DThreads.cpp3998 ExtendedTimestamp ets; in getTimestamp_l() local
3999 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()
4001 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()