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

/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp182 ExtendedTimestamp ets; local
183 if (mTimestampObserver.poll(ets)) {
185 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
187 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2466 ExtendedTimestamp ets; local
2467 status = mProxy->getTimestamp(&ets);
2470 status = ets.getBestTimestamp(&timestamp, &location);
2482 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 ||
2483 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] < 0 ||
2484 ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] <= 0 ||
2485 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] <= 0)
2490 (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK]
2491 - ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK]);
2493 (long long)frames, ets
2813 ExtendedTimestamp ets; local
2893 ExtendedTimestamp ets; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1718 ExtendedTimestamp ets;
1719 status_t status = mTrack->getTimestamp(&ets);
1721 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT];
/frameworks/av/services/audioflinger/
H A DThreads.cpp3426 ExtendedTimestamp ets; local
3427 status_t status = mNormalSink->getTimestamp(ets);
3429 status = ets.getBestTimestamp(&timestamp);

Completed in 1246 milliseconds