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

1 2 3 4 5 6 7 8 91011

  /frameworks/wilhelm/src/android/
OutputMix_to_android.h 20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
MediaPlayer_to_android.h 26 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
75 extern XAresult android_Player_loop(CMediaPlayer *mp, SLboolean loopEnable);
  /frameworks/wilhelm/src/desktop/
SLSndFile.h 20 extern SLboolean SndFile_IsSupported(const SF_INFO *sfinfo);
  /frameworks/wilhelm/src/objects/
CAudioRecorder.cpp 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
COutputMix.cpp 24 SLresult COutputMix_Realize(void *self, SLboolean async)
39 SLresult COutputMix_Resume(void *self, SLboolean async)
  /frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.cpp 31 SLboolean enabled)
37 thiz->mEnabled = (SLboolean) enabled;
51 SLboolean *pEnabled)
63 *pEnabled = (SLboolean) thiz->mAECEffect->getEnabled();
IAutomaticGainControl.cpp 30 SLboolean enabled)
36 thiz->mEnabled = (SLboolean) enabled;
49 SLboolean *pEnabled)
61 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled();
INoiseSuppression.cpp 28 SLresult IAndroidNoiseSuppression_SetEnabled(SLAndroidNoiseSuppressionItf self, SLboolean enabled)
34 thiz->mEnabled = (SLboolean) enabled;
46 SLresult IAndroidNoiseSuppression_IsEnabled(SLAndroidNoiseSuppressionItf self, SLboolean *pEnabled)
58 *pEnabled = (SLboolean) thiz->mNSEffect->getEnabled();
IMIDIMuteSolo.cpp 23 SLboolean mute)
46 SLboolean *pMute)
66 SLboolean solo)
89 SLboolean *pSolo)
126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute)
149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute)
169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo)
191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo)
IMuteSolo.cpp 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute)
58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute)
71 SLboolean mute;
82 mute = (SLboolean) ((mask >> chan) & 1);
94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo)
130 static SLresult IMuteSolo_GetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean *pSolo)
143 SLboolean solo;
154 solo = (SLboolean) ((mask >> chan) & 1);
IVolume.cpp 80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)
87 SLboolean oldMute = thiz->mMute;
100 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute)
109 SLboolean mute = thiz->mMute;
119 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable)
126 SLboolean oldEnable = thiz->mEnableStereoPosition;
139 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable)
148 SLboolean enable = thiz->mEnableStereoPosition;
IBassBoost.cpp 38 static SLresult IBassBoost_SetEnabled(SLBassBoostItf self, SLboolean enabled)
44 thiz->mEnabled = (SLboolean) enabled;
61 static SLresult IBassBoost_IsEnabled(SLBassBoostItf self, SLboolean *pEnabled)
71 SLboolean enabled = thiz->mEnabled;
78 *pEnabled = (SLboolean) thiz->mBassBoostEffect->getEnabled();
146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported)
169 *pSupported = (SLboolean) (supported != 0);
IVirtualizer.cpp 38 static SLresult IVirtualizer_SetEnabled(SLVirtualizerItf self, SLboolean enabled)
44 thiz->mEnabled = (SLboolean) enabled;
63 static SLresult IVirtualizer_IsEnabled(SLVirtualizerItf self, SLboolean *pEnabled)
73 SLboolean enabled = thiz->mEnabled;
80 *pEnabled = (SLboolean) thiz->mVirtualizerEffect->getEnabled();
148 static SLresult IVirtualizer_IsStrengthSupported(SLVirtualizerItf self, SLboolean *pSupported)
171 *pSupported = (SLboolean) (supported != 0);
  /frameworks/wilhelm/src/
itfstruct.h 54 SLuint8 mPreemptable; // really SLboolean, but SLuint8 to save space
71 SLboolean mDeferred;
148 SLboolean mRotatePending;
173 SLboolean mRotatePending;
179 SLboolean mHeadRelative;
180 SLboolean mRolloffMaxDistanceMute;
221 SLboolean mEnabled;
237 /*SLboolean*/ SLuint16 mClearRequested;
273 SLboolean mEnable;
292 SLboolean mLossOfControlGlobal
    [all...]
sles_allinclusive.h 116 typedef SLresult (*AsyncHook)(void *self, SLboolean async);
274 SLboolean mEOF; // sf_read returned zero sample frames
299 const SLboolean *pInterfaceRequired, unsigned *pExposedMask, unsigned *pRequiredMask);
337 extern SLresult CAudioPlayer_Realize(void *self, SLboolean async);
338 extern SLresult CAudioPlayer_Resume(void *self, SLboolean async);
342 extern SLresult CAudioRecorder_Realize(void *self, SLboolean async);
343 extern SLresult CAudioRecorder_Resume(void *self, SLboolean async);
347 extern SLresult CEngine_Realize(void *self, SLboolean async);
348 extern SLresult CEngine_Resume(void *self, SLboolean async);
353 extern SLresult COutputMix_Realize(void *self, SLboolean async)
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 101 SLboolean enabled);
105 SLboolean *pEnabled);
132 SLboolean enable,
138 SLboolean *pEnable
414 SLboolean enabled
418 SLboolean *pEnabled
433 SLboolean enabled
437 SLboolean *pEnabled
452 SLboolean enabled
456 SLboolean *pEnable
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 54 SLboolean enabled);
58 SLboolean *pEnabled);
85 SLboolean enable,
91 SLboolean *pEnable

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011