Lines Matching refs:ExtendedTimestamp
144 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME] = in onStateChange()
355 ExtendedTimestamp perTrackTimestamp(mTimestamp); in onWork()
360 perTrackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] > 0) { in onWork()
361 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in onWork()
364 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0; in onWork()
365 perTrackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1; in onWork()
367 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
471 ExtendedTimestamp timestamp; // local in onWork()
475 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in onWork()
479 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in onWork()
480 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in onWork()
481 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in onWork()
482 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in onWork()
490 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
491 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in onWork()
494 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
498 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0; in onWork()
499 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1; in onWork()