HomeSort by relevance Sort by last modified time
    Searched full:slboolean (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /frameworks/wilhelm/src/itf/
IMIDIMuteSolo.c 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.c 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.c 79 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;
IBassBoost.c 38 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);
IVirtualizer.c 38 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);
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;
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;
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;
IAndroidEffect.cpp 62 SLInterfaceID effectImplementationId, SLboolean enabled) {
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) {
  /frameworks/wilhelm/src/
itfstruct.h 52 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 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...]
entry.c 30 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
  /frameworks/wilhelm/src/objects/
CAudioRecorder.c 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
CAudioPlayer.c 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async)
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async)
COutputMix.c 24 SLresult COutputMix_Realize(void *self, SLboolean async)
39 SLresult COutputMix_Resume(void *self, SLboolean async)
  /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);
android_Effect.h 85 SLboolean enabled);
88 SLboolean *pEnabled);
113 SLboolean attach, SLmillibel sendLevel);
AudioPlayer_to_android.h 43 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
121 extern SLresult android_audioPlayer_loop(CAudioPlayer *pAudioPlayer, SLboolean loopEnable);
  /frameworks/wilhelm/src/desktop/
SLSndFile.h 20 extern SLboolean SndFile_IsSupported(const SF_INFO *sfinfo);
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
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 isFreqRangeContinuous
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
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 isFreqRangeContinuous
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
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 isFreqRangeContinuous
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
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 isFreqRangeContinuous
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
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 isFreqRangeContinuous
    [all...]

Completed in 2825 milliseconds

1 2 3 4 5 6