Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.m279 if (this != NULL && this->hidden->audioQueue != NULL) {
281 AudioQueuePause(this->hidden->audioQueue);
287 if (this != NULL && this->hidden != NULL && this->hidden->audioQueue != NULL
290 AudioQueueStart(this->hidden->audioQueue, NULL);
434 AudioQueueEnqueueBuffer(this->hidden->audioQueue, inBuffer, 0, NULL);
470 AudioQueueEnqueueBuffer(this->hidden->audioQueue, inBuffer, 0, NULL);
535 if (this->hidden->audioQueue) {
538 AudioQueueFreeBuffer(this->hidden->audioQueue, this->hidden->audioBuffer[i]);
541 AudioQueueDispose(this->hidden->audioQueue, 1);
625 …, inputCallback, this, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode, 0, &this->hidden->audioQueue);
[all …]
DSDL_coreaudio.h49 AudioQueueRef audioQueue; member