HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 26 - 50 of 95) sorted by null

12 3 4

  /system/media/wilhelm/src/itf/
ISeek.c 51 static SLresult ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable,
108 static SLresult ISeek_GetLoop(SLSeekItf self, SLboolean *pLoopEnabled,
118 SLboolean loopEnabled = thiz->mLoopEnabled;
IVibra.c 22 static SLresult IVibra_Vibrate(SLVibraItf self, SLboolean vibrate)
36 static SLresult IVibra_IsVibrating(SLVibraItf self, SLboolean *pVibrating)
45 SLboolean vibrate = thiz->mVibrate;
I3DCommit.c 43 static SLresult I3DCommit_SetDeferred(SL3DCommitItf self, SLboolean deferred)
I3DSource.c 22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative)
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative)
45 SLboolean headRelative = thiz->mHeadRelative;
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute)
111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute)
120 SLboolean mute = thiz->mRolloffMaxDistanceMute;
IAndroidEffectSend.c 23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
61 SLInterfaceID effectImplementationId, SLboolean *pEnable)
71 SLboolean enable = thiz->mEnabled;
IAndroidEffect.cpp 62 SLInterfaceID effectImplementationId, SLboolean enabled) {
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) {
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 115 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
153 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
192 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
425 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
563 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
609 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
646 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
684 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
734 const SLboolean *pInterfaceRequired)
778 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;
  /system/media/wilhelm/src/
sl_entry.c 23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
xa_entry.c 29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired,
ThreadPool.h 57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.h 48 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
126 extern SLresult android_audioPlayer_loop(CAudioPlayer *pAudioPlayer, SLboolean loopEnable);
android_Effect.h 85 SLboolean enabled);
88 SLboolean *pEnabled);
112 SLboolean attach, SLmillibel sendLevel);
OutputMix_to_android.cpp 29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) {
  /system/media/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
  /system/media/wilhelm/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /system/media/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;
  /system/media/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[] =
playbq.c 38 SLboolean eof; // whether we have hit EOF on input yet
116 SLboolean enableReverb = SL_BOOLEAN_FALSE;
217 SLboolean req[1] = {SL_BOOLEAN_TRUE};
263 SLboolean req2[3] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE};

Completed in 342 milliseconds

12 3 4