Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Daudio_request_manager.h128 Nanoseconds nextEventTimestamp) in AudioRequest()
131 nextEventTimestamp(nextEventTimestamp) {} in AudioRequest()
143 Nanoseconds nextEventTimestamp; member
/system/chre/core/
Daudio_request_manager.cc246 Nanoseconds nextEventTimestamp = timeNow + deliveryInterval; in createAudioRequest() local
248 nextEventTimestamp)) { in createAudioRequest()
315 if (req.nextEventTimestamp < earliestNextEventTimestamp) { in findNextAudioRequest()
316 earliestNextEventTimestamp = req.nextEventTimestamp; in findNextAudioRequest()
332 nextAudioRequest->nextEventTimestamp = in handleAudioDataEventSync()
375 if (nextRequest->nextEventTimestamp > curTime) { in scheduleNextAudioDataEvent()
376 eventDelay = nextRequest->nextEventTimestamp - curTime; in scheduleNextAudioDataEvent()