Searched refs:SLAndroidSimpleBufferQueueItf (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-9/include/SLES/ |
D | OpenSLES_Android.h | 172 typedef const struct SLAndroidSimpleBufferQueueItf_ * const * SLAndroidSimpleBufferQueueItf; typedef 175 SLAndroidSimpleBufferQueueItf caller, 189 SLAndroidSimpleBufferQueueItf self, 194 SLAndroidSimpleBufferQueueItf self 197 SLAndroidSimpleBufferQueueItf self, 201 SLAndroidSimpleBufferQueueItf self,
|
/development/ndk/platforms/android-14/include/SLES/ |
D | OpenSLES_Android.h | 176 typedef const struct SLAndroidSimpleBufferQueueItf_ * const * SLAndroidSimpleBufferQueueItf; typedef 179 SLAndroidSimpleBufferQueueItf caller, 193 SLAndroidSimpleBufferQueueItf self, 198 SLAndroidSimpleBufferQueueItf self 201 SLAndroidSimpleBufferQueueItf self, 205 SLAndroidSimpleBufferQueueItf self,
|
/development/ndk/platforms/android-21/include/SLES/ |
D | OpenSLES_Android.h | 198 typedef const struct SLAndroidSimpleBufferQueueItf_ * const * SLAndroidSimpleBufferQueueItf; typedef 201 SLAndroidSimpleBufferQueueItf caller, 215 SLAndroidSimpleBufferQueueItf self, 220 SLAndroidSimpleBufferQueueItf self 223 SLAndroidSimpleBufferQueueItf self, 227 SLAndroidSimpleBufferQueueItf self,
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
D | native-audio-jni.c | 61 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()
|