Home
last modified time | relevance | path

Searched refs:timestampScheduler (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp413 TimestampScheduler timestampScheduler; in run() local
417 timestampScheduler.setBurstPeriod(mFramesPerBurst, getSampleRate()); in run()
418 timestampScheduler.start(AudioClock::getNanoseconds()); in run()
419 int64_t nextTime = timestampScheduler.nextAbsoluteTime(); in run()
430 nextTime = timestampScheduler.nextAbsoluteTime(); in run()