Searched refs:SLboolean (Results 1 - 5 of 5) sorted by relevance
/development/ndk/platforms/android-9/include/SLES/ |
H A D | OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
H A 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 isFreqRangeContinuou [all...] |
/development/ndk/platforms/android-14/include/SLES/ |
H A 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 isFreqRangeContinuou [all...] |
H A D | OpenSLES_Android.h | 56 SLboolean enabled); 60 SLboolean *pEnabled); 87 SLboolean enable, 93 SLboolean *pEnable
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
H A D | native-audio-jni.c | 167 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 239 milliseconds