Searched refs:SLboolean (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.h20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
H A DMediaPlayer_to_android.h26 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
75 extern XAresult android_Player_loop(CMediaPlayer *mp, SLboolean loopEnable);
H A DAudioRecorder_to_android.h46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
H A DAudioPlayer_to_android.h43 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
121 extern SLresult android_audioPlayer_loop(CAudioPlayer *pAudioPlayer, SLboolean loopEnable);
H A Dandroid_Effect.h85 SLboolean enabled);
88 SLboolean *pEnabled);
113 SLboolean attach, SLmillibel sendLevel);
/frameworks/wilhelm/src/desktop/
H A DSLSndFile.h20 extern SLboolean SndFile_IsSupported(const SF_INFO *sfinfo);
/frameworks/wilhelm/src/objects/
H A DCAudioRecorder.c24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
H A DCOutputMix.c24 SLresult COutputMix_Realize(void *self, SLboolean async)
39 SLresult COutputMix_Resume(void *self, SLboolean async)
H A DCAudioPlayer.c24 SLresult CAudioPlayer_Realize(void *self, SLboolean async)
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async)
/frameworks/wilhelm/src/itf/
H A DIMIDIMuteSolo.c23 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)
H A DIMuteSolo.c22 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);
H A DIVolume.c79 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)
86 SLboolean oldMute = thiz->mMute;
99 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute)
108 SLboolean mute = thiz->mMute;
118 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable)
125 SLboolean oldEnable = thiz->mEnableStereoPosition;
138 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable)
147 SLboolean enable = thiz->mEnableStereoPosition;
H A DIBassBoost.c38 static SLresult IBassBoost_SetEnabled(SLBassBoostItf self, SLboolean enabled)
44 thiz->mEnabled = (SLboolean) enabled;
61 static SLresult IBassBoost_IsEnabled(SLBassBoostItf self, SLboolean *pEnabled)
70 SLboolean enabled = thiz->mEnabled;
78 *pEnabled = (SLboolean) thiz->mBassBoostEffect->getEnabled();
146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported)
169 *pSupported = (SLboolean) (supported != 0);
H A DIVirtualizer.c38 static SLresult IVirtualizer_SetEnabled(SLVirtualizerItf self, SLboolean enabled)
44 thiz->mEnabled = (SLboolean) enabled;
63 static SLresult IVirtualizer_IsEnabled(SLVirtualizerItf self, SLboolean *pEnabled)
72 SLboolean enabled = thiz->mEnabled;
80 *pEnabled = (SLboolean) thiz->mVirtualizerEffect->getEnabled();
148 static SLresult IVirtualizer_IsStrengthSupported(SLVirtualizerItf self, SLboolean *pSupported)
171 *pSupported = (SLboolean) (supported != 0);
H A DISeek.c51 static SLresult ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable,
108 static SLresult ISeek_GetLoop(SLSeekItf self, SLboolean *pLoopEnabled,
118 SLboolean loopEnabled = thiz->mLoopEnabled;
H A DIVibra.c22 static SLresult IVibra_Vibrate(SLVibraItf self, SLboolean vibrate)
36 static SLresult IVibra_IsVibrating(SLVibraItf self, SLboolean *pVibrating)
45 SLboolean vibrate = thiz->mVibrate;
H A DI3DCommit.c43 static SLresult I3DCommit_SetDeferred(SL3DCommitItf self, SLboolean deferred)
H A DI3DSource.c22 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;
H A DIAndroidEffectSend.c23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
61 SLInterfaceID effectImplementationId, SLboolean *pEnable)
71 SLboolean enable = thiz->mEnabled;
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h116 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 asyn
[all...]
H A Ditfstruct.h52 SLuint8 mPreemptable; // really SLboolean, but SLuint8 to save space
69 SLboolean mDeferred;
146 SLboolean mRotatePending;
171 SLboolean mRotatePending;
177 SLboolean mHeadRelative;
178 SLboolean mRolloffMaxDistanceMute;
219 SLboolean mEnabled;
235 /*SLboolean*/ SLuint16 mClearRequested;
270 SLboolean mEnable;
289 SLboolean mLossOfControlGloba
[all...]
H A Dentry.c30 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired,
55 SLboolean threadSafe = SL_BOOLEAN_TRUE;
56 SLboolean lossOfControlGlobal = SL_BOOLEAN_FALSE;
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
68 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
H A Dsl_entry.c23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
H A Dxa_entry.c29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h73 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...]

Completed in 89 milliseconds

1234