Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp295 TimestampScheduler timestampScheduler; in run() local
296 timestampScheduler.setBurstPeriod(mFramesPerBurst, getSampleRate()); in run()
297 timestampScheduler.start(AudioClock::getNanoseconds()); in run()
298 int64_t nextTime = timestampScheduler.nextAbsoluteTime(); in run()
305 nextTime = timestampScheduler.nextAbsoluteTime(); in run()