Searched refs:SLboolean (Results 1 – 7 of 7) sorted by relevance
/development/ndk/platforms/android-9/include/SLES/ |
D | OpenSLES.h | 73 typedef SLuint32 SLboolean; typedef 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000) 75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001) 404 SLboolean async 408 SLboolean async 433 SLboolean preemptable 438 SLboolean *pPreemptable 444 SLboolean enabled 485 SLboolean isForTelephony; 488 SLboolean isFreqRangeContinuous; [all …]
|
D | OpenSLES_Android.h | 54 SLboolean enabled); 58 SLboolean *pEnabled); 85 SLboolean enable, 91 SLboolean *pEnable
|
/development/ndk/platforms/android-14/include/SLES/ |
D | OpenSLES.h | 73 typedef SLuint32 SLboolean; typedef 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000) 75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001) 404 SLboolean async 408 SLboolean async 433 SLboolean preemptable 438 SLboolean *pPreemptable 444 SLboolean enabled 485 SLboolean isForTelephony; 488 SLboolean isFreqRangeContinuous; [all …]
|
D | OpenSLES_Android.h | 58 SLboolean enabled); 62 SLboolean *pEnabled); 89 SLboolean enable, 95 SLboolean *pEnable
|
/development/ndk/platforms/android-21/include/SLES/ |
D | OpenSLES.h | 73 typedef SLuint32 SLboolean; typedef 74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000) 75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001) 404 SLboolean async 408 SLboolean async 433 SLboolean preemptable 438 SLboolean *pPreemptable 444 SLboolean enabled 485 SLboolean isForTelephony; 488 SLboolean isFreqRangeContinuous; [all …]
|
D | OpenSLES_Android.h | 80 SLboolean enabled); 84 SLboolean *pEnabled); 111 SLboolean enable, 117 SLboolean *pEnable
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
D | native-audio-jni.c | 171 const SLboolean req[1] = {SL_BOOLEAN_FALSE}; in Java_com_example_nativeaudio_NativeAudio_createEngine() 217 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer() 292 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer() 366 result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (SLboolean) isLooping, 0, in Java_com_example_nativeaudio_NativeAudio_setLoopingUriAudioPlayer() 502 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0); in Java_com_example_nativeaudio_NativeAudio_enableReverb() 606 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer() 685 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAudioRecorder()
|