Searched refs:audioQueue (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/ |
D | SDL_coreaudio.m | 279 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 …]
|
D | SDL_coreaudio.h | 49 AudioQueueRef audioQueue; member
|