HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /frameworks/wilhelm/src/objects/
CEngine.c 52 SLresult CEngine_Realize(void *self, SLboolean async)
79 SLresult CEngine_Resume(void *self, SLboolean async)
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) {
  /frameworks/wilhelm/src/itf/
IDeviceVolume.c 23 SLint32 *pMinValue, SLint32 *pMaxValue, SLboolean *pIsMillibelScale)
IOutputMixExt.c 45 static SLboolean track_check(Track *track)
48 SLboolean trackHasData = SL_BOOLEAN_FALSE;
67 SLboolean doBroadcast = SL_BOOLEAN_FALSE;
175 SLboolean mixBufferHasData = SL_BOOLEAN_FALSE;
211 SLboolean trackContributedToMix = SL_BOOLEAN_FALSE;
430 SLboolean mute = audioPlayer->mVolume.mMute;
434 SLboolean enableStereoPosition = audioPlayer->mVolume.mEnableStereoPosition;
IEngine.c 95 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
133 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
172 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
407 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
545 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
591 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
628 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
666 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
716 const SLboolean *pInterfaceRequired)
760 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired
    [all...]
IEngineCapabilities.c 42 SLuint16 voiceType, SLint16 *pNumMaxVoices, SLboolean *pIsAbsoluteMax, SLint16 *pNumFreeVoices)
187 SLboolean *pIsThreadSafe)
IEffectSend.c 112 const void *pAuxEffect, SLboolean enable, SLmillibel initialLevel)
163 const void *pAuxEffect, SLboolean *pEnable)
177 SLboolean enable = enableLevel->mEnable;
IEqualizer.c 55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled)
61 thiz->mEnabled = (SLboolean) enabled;
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled)
88 SLboolean enabled = thiz->mEnabled;
96 *pEnabled = (SLboolean) thiz->mEqEffect->getEnabled();
IObject.c 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async)
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async)
642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable)
672 SLboolean preemptable = thiz->mPreemptable;
687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled)
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 76 SLboolean required[MAX_NUMBER_INTERFACES];
194 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
212 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
214 SLboolean enabled;
slesTestVirtualizerPath.cpp 77 SLboolean required[MAX_NUMBER_INTERFACES];
195 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
214 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
216 SLboolean enabled;
slesTestSendToPresetReverb.cpp 52 SLboolean errorInPrefetchCallback = SL_BOOLEAN_FALSE;
103 SLboolean required[MAX_NUMBER_INTERFACES];
283 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
290 SLboolean enabled;
slesTestEqFdPath.cpp 81 SLboolean required[MAX_NUMBER_INTERFACES];
241 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
243 SLboolean enabled;
slesTestEqOutputPath.cpp 83 SLboolean required[MAX_NUMBER_INTERFACES];
245 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
247 SLboolean enabled;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 35 SLboolean mPlayerErrorInCallback;
36 SLboolean mPlayerErrorReported;
148 const SLboolean engine_req[] = {SL_BOOLEAN_TRUE};
160 const SLboolean mix_req[] = {SL_BOOLEAN_TRUE};
184 const SLboolean player_req[] =
engine.c 37 SLboolean *engine_req = calloc(numSupportedInterfaces+1, sizeof(SLboolean));
77 SLboolean null_req[1] = {SL_BOOLEAN_FALSE};
  /frameworks/wilhelm/src/
ThreadPool.h 57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 171 const SLboolean req[1] = {SL_BOOLEAN_FALSE};
217 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE,
292 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
366 result = (*uriPlayerSeek)->SetLoop(uriPlayerSeek, (SLboolean) isLooping, 0,
502 outputMixEnvironmentalReverb, (SLboolean) enabled, (SLmillibel) 0);
606 const SLboolean req[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};
685 const SLboolean req[1] = {SL_BOOLEAN_TRUE};

Completed in 3579 milliseconds

1 23 4 5