Home
last modified time | relevance | path

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

/development/ndk/platforms/android-14/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.h56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
/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.c167 const SLboolean req[1] = {SL_BOOLEAN_FALSE}; in Java_com_example_nativeaudio_NativeAudio_createEngine()
210 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer()
277 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createUriAudioPlayer()
346 result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (SLboolean) isLooping, 0, in Java_com_example_nativeaudio_NativeAudio_setLoopingUriAudioPlayer()
476 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0); in Java_com_example_nativeaudio_NativeAudio_enableReverb()
581 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAssetAudioPlayer()
653 const SLboolean req[1] = {SL_BOOLEAN_TRUE}; in Java_com_example_nativeaudio_NativeAudio_createAudioRecorder()