Searched refs:nextRequest (Results 1 – 2 of 2) sorted by relevance
347 AudioRequest *nextRequest = nullptr; in findNextAudioRequest() local353 nextRequest = &req; in findNextAudioRequest()357 return nextRequest; in findNextAudioRequest()406 AudioRequest *nextRequest = findNextAudioRequest(handle); in scheduleNextAudioDataEvent() local410 if (reqList.available && (nextRequest != nullptr)) { in scheduleNextAudioDataEvent()413 if (nextRequest->nextEventTimestamp > curTime) { in scheduleNextAudioDataEvent()414 eventDelay = nextRequest->nextEventTimestamp - curTime; in scheduleNextAudioDataEvent()416 reqList.nextAudioRequest = nextRequest; in scheduleNextAudioDataEvent()417 mPlatformAudio.requestAudioDataEvent(handle, nextRequest->numSamples, in scheduleNextAudioDataEvent()
119 auto nextRequest = transaction.getNextRequest(); in sendFragmentedLoadAndWaitForEachResponse() local120 auto future = sendFragmentedLoadRequest(nextRequest); in sendFragmentedLoadAndWaitForEachResponse()121 if (!waitAndVerifyFuture(future, nextRequest)) { in sendFragmentedLoadAndWaitForEachResponse()