HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 201 - 225 of 274) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 80 SLboolean enabled);
84 SLboolean *pEnabled);
111 SLboolean enable,
117 SLboolean *pEnable
  /frameworks/wilhelm/src/itf/
IOutputMixExt.cpp 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.cpp 96 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
134 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
173 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
413 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
556 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
602 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
639 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
677 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
727 const SLboolean *pInterfaceRequired)
771 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired
    [all...]
IEngineCapabilities.cpp 42 SLuint16 voiceType, SLint16 *pNumMaxVoices, SLboolean *pIsAbsoluteMax, SLint16 *pNumFreeVoices)
187 SLboolean *pIsThreadSafe)
IEffectSend.cpp 112 const void *pAuxEffect, SLboolean enable, SLmillibel initialLevel)
163 const void *pAuxEffect, SLboolean *pEnable)
177 SLboolean enable = enableLevel->mEnable;
IEqualizer.cpp 55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled)
61 thiz->mEnabled = (SLboolean) enabled;
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled)
89 SLboolean enabled = thiz->mEnabled;
96 *pEnabled = (SLboolean) thiz->mEqEffect->getEnabled();
IObject.cpp 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/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};
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 61 SLboolean required[MAX_NUMBER_INTERFACES];
66 SLboolean mic_available = SL_BOOLEAN_FALSE;
  /frameworks/wilhelm/src/objects/
CEngine.cpp 57 SLresult CEngine_Realize(void *self, SLboolean async)
94 SLresult CEngine_Resume(void *self, SLboolean async)
  /frameworks/wilhelm/src/
ThreadPool.h 57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 52 SLboolean errorInPrefetchCallback = SL_BOOLEAN_FALSE;
102 SLboolean required[MAX_NUMBER_INTERFACES];
282 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
289 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;

Completed in 1599 milliseconds

1 2 3 4 5 6 7 891011