Home
last modified time | relevance | path

Searched refs:SLAndroidSimpleBufferQueueItf (Results 1 – 2 of 2) 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-9/samples/native-audio/jni/
Dnative-audio-jni.c61 static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
81 static SLAndroidSimpleBufferQueueItf recorderBufferQueue;
110 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) in bqPlayerCallback()
127 void bqRecorderCallback(SLAndroidSimpleBufferQueueItf bq, void *context) in bqRecorderCallback()