Searched refs:nextEventTimestamp (Results 1 – 2 of 2) sorted by relevance
159 Nanoseconds nextEventTimestamp) in AudioRequest()162 nextEventTimestamp(nextEventTimestamp) {} in AudioRequest()174 Nanoseconds nextEventTimestamp; member
237 Nanoseconds nextEventTimestamp = timeNow + deliveryInterval; in createAudioRequest() local239 nextEventTimestamp)) { in createAudioRequest()302 if (req.nextEventTimestamp < earliestNextEventTimestamp) { in findNextAudioRequest()303 earliestNextEventTimestamp = req.nextEventTimestamp; in findNextAudioRequest()319 nextAudioRequest->nextEventTimestamp = SystemTime::getMonotonicTime() in handleAudioDataEventSync()355 if (nextRequest->nextEventTimestamp > curTime) { in scheduleNextAudioDataEvent()356 eventDelay = nextRequest->nextEventTimestamp - curTime; in scheduleNextAudioDataEvent()