Searched refs:nextEventTimestamp (Results 1 – 2 of 2) sorted by relevance
258 Nanoseconds nextEventTimestamp = timeNow + deliveryInterval; in createAudioRequest() local260 nextEventTimestamp)) { in createAudioRequest()351 if (req.nextEventTimestamp < earliestNextEventTimestamp) { in findNextAudioRequest()352 earliestNextEventTimestamp = req.nextEventTimestamp; in findNextAudioRequest()368 nextAudioRequest->nextEventTimestamp = in handleAudioDataEventSync()413 if (nextRequest->nextEventTimestamp > curTime) { in scheduleNextAudioDataEvent()414 eventDelay = nextRequest->nextEventTimestamp - curTime; in scheduleNextAudioDataEvent()
139 nextEventTimestamp(nextEventTimestampIn) {} in AudioRequest()151 Nanoseconds nextEventTimestamp; member