Home
last modified time | relevance | path

Searched refs:SLAndroidSimpleBufferQueueItf (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-9/include/SLES/
DOpenSLES_Android.h170 typedef const struct SLAndroidSimpleBufferQueueItf_ * const * SLAndroidSimpleBufferQueueItf; typedef
173 SLAndroidSimpleBufferQueueItf caller,
187 SLAndroidSimpleBufferQueueItf self,
192 SLAndroidSimpleBufferQueueItf self
195 SLAndroidSimpleBufferQueueItf self,
199 SLAndroidSimpleBufferQueueItf self,
/development/ndk/platforms/android-14/include/SLES/
DOpenSLES_Android.h174 typedef const struct SLAndroidSimpleBufferQueueItf_ * const * SLAndroidSimpleBufferQueueItf; typedef
177 SLAndroidSimpleBufferQueueItf caller,
191 SLAndroidSimpleBufferQueueItf self,
196 SLAndroidSimpleBufferQueueItf self
199 SLAndroidSimpleBufferQueueItf self,
203 SLAndroidSimpleBufferQueueItf self,
/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c61 static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
87 static SLAndroidSimpleBufferQueueItf recorderBufferQueue;
116 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) in bqPlayerCallback()
134 void bqRecorderCallback(SLAndroidSimpleBufferQueueItf bq, void *context) in bqRecorderCallback()