Searched refs:ets (Results 1 – 4 of 4) sorted by relevance
182 ExtendedTimestamp ets; in getTimestamp() local183 if (mTimestampObserver.poll(ets)) { in getTimestamp()185 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()187 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
3203 ExtendedTimestamp ets; in getTimestamp_l() local3204 status = mProxy->getTimestamp(&ets); in getTimestamp_l()3207 status = ets.getBestTimestamp(×tamp, &location); in getTimestamp_l()3221 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 || in getTimestamp_l()3222 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] < 0 || in getTimestamp_l()3223 ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] <= 0 || in getTimestamp_l()3224 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] <= 0) in getTimestamp_l()3229 (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] in getTimestamp_l()3230 - ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK]); in getTimestamp_l()3232 __func__, mPortId, (long long)frames, ets.toString().c_str()); in getTimestamp_l()[all …]
1998 ExtendedTimestamp ets; in getFramesWritten() local1999 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()2001 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
4865 ExtendedTimestamp ets; in getTimestamp_l() local4866 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()4868 status = ets.getBestTimestamp(×tamp); in getTimestamp_l()