Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/include/SLES/
DOpenSLES.h73 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 …]
DOpenSLES_Android.h52 SLboolean enabled);
56 SLboolean *pEnabled);
83 SLboolean enable,
89 SLboolean *pEnable
/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c161 const SLboolean req[1] = {SL_BOOLEAN_FALSE}; in Java_com_example_nativeaudio_NativeAudio_createEngine()
203 const SLboolean req[2] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer()
259 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer()
325 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0); in Java_com_example_nativeaudio_NativeAudio_enableReverb()
430 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer()
494 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAudioRecorder()