Searched refs:earliestNextEventTimestamp (Results 1 – 1 of 1) sorted by relevance
297 Nanoseconds earliestNextEventTimestamp = Nanoseconds(UINT64_MAX); in findNextAudioRequest() local302 if (req.nextEventTimestamp < earliestNextEventTimestamp) { in findNextAudioRequest()303 earliestNextEventTimestamp = req.nextEventTimestamp; in findNextAudioRequest()