Searched refs:ets (Results 1 – 4 of 4) sorted by relevance
188 ExtendedTimestamp ets; in getTimestamp() local189 if (mTimestampObserver.poll(ets)) { in getTimestamp()191 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()193 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
574 ExtendedTimestamp ets; in start() local575 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() local2366 status = mProxy->getTimestamp(&ets); in getTimestamp()2369 status = ets.getBestTimestamp(×tamp, &location); in getTimestamp()2381 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 || in getTimestamp()[all …]
1563 ExtendedTimestamp ets; in getFramesWritten() local1564 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()1566 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
3276 ExtendedTimestamp ets; in getTimestamp_l() local3277 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()3279 status = ets.getBestTimestamp(×tamp); in getTimestamp_l()