Lines Matching refs:ExtendedTimestamp
861 void AudioFlinger::PlaybackThread::Track::onTimestamp(const ExtendedTimestamp ×tamp) in onTimestamp()
1452 uint32_t halSampleRate, const ExtendedTimestamp &timeStamp) { in updateTrackFrameInfo()
1455 timeStamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL], in updateTrackFrameInfo()
1456 timeStamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]}; in updateTrackFrameInfo()
1470 ExtendedTimestamp local = timeStamp; in updateTrackFrameInfo()
1473 for (int i = ExtendedTimestamp::LOCATION_MAX - 1; in updateTrackFrameInfo()
1474 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
1479 if (!checked && i <= ExtendedTimestamp::LOCATION_KERNEL) { in updateTrackFrameInfo()
2307 uint32_t halSampleRate, const ExtendedTimestamp ×tamp) in updateTrackFrameInfo()
2311 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL], in updateTrackFrameInfo()
2312 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]}; in updateTrackFrameInfo()
2319 ExtendedTimestamp local = timestamp; in updateTrackFrameInfo()
2323 for (int i = ExtendedTimestamp::LOCATION_SERVER; i < ExtendedTimestamp::LOCATION_MAX; ++i) { in updateTrackFrameInfo()
2729 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp ×tamp __unused) in onTimestamp()