Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp299 TimestampScheduler timestampScheduler; in run() local
300 timestampScheduler.setBurstPeriod(mFramesPerBurst, getSampleRate()); in run()
301 timestampScheduler.start(AudioClock::getNanoseconds()); in run()
302 int64_t nextTime = timestampScheduler.nextAbsoluteTime(); in run()
309 nextTime = timestampScheduler.nextAbsoluteTime(); in run()