Searched refs:SLboolean (Results 1 - 5 of 5) sorted by path

/development/ndk/platforms/android-14/include/SLES/
H A 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 isFreqRangeContinuou
[all...]
H A DOpenSLES_Android.h56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
/development/ndk/platforms/android-9/include/SLES/
H A 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 isFreqRangeContinuou
[all...]
H A DOpenSLES_Android.h52 SLboolean enabled);
56 SLboolean *pEnabled);
83 SLboolean enable,
89 SLboolean *pEnable
/development/ndk/platforms/android-9/samples/native-audio/jni/
H A Dnative-audio-jni.c167 const SLboolean req[1] = {SL_BOOLEAN_FALSE};
210 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE,
277 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
346 result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (SLboolean) isLooping, 0,
476 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0);
581 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
653 const SLboolean req[1] = {SL_BOOLEAN_TRUE};

Completed in 110 milliseconds