Home
last modified time | relevance | path

Searched refs:SLboolean (Results 1 – 25 of 164) sorted by relevance

1234567

/aosp_15_r20/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 isFreqRangeContinuous;
[all …]
H A DOpenSLES_Android.h102 SLboolean enabled);
106 SLboolean *pEnabled);
133 SLboolean enable,
139 SLboolean *pEnable
417 SLboolean enabled
421 SLboolean *pEnabled
436 SLboolean enabled
440 SLboolean *pEnabled
455 SLboolean enabled
459 SLboolean *pEnabled
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/SLES/
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 isFreqRangeContinuous;
[all …]
DOpenSLES_Android.h102 SLboolean enabled);
106 SLboolean *pEnabled);
133 SLboolean enable,
139 SLboolean *pEnable
417 SLboolean enabled
421 SLboolean *pEnabled
436 SLboolean enabled
440 SLboolean *pEnabled
455 SLboolean enabled
459 SLboolean *pEnabled
/aosp_15_r20/frameworks/wilhelm/src/
H A Ditfstruct.h71 SLboolean mDeferred;
148 SLboolean mRotatePending;
173 SLboolean mRotatePending;
179 SLboolean mHeadRelative;
180 SLboolean mRolloffMaxDistanceMute;
221 SLboolean mEnabled;
273 SLboolean mEnable;
292 SLboolean mLossOfControlGlobal;
302 SLboolean mShutdown;
303 SLboolean mShutdownAck;
[all …]
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 async);
[all …]
H A Dentry.cpp29 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, in liCreateEngine()
54 SLboolean threadSafe = SL_BOOLEAN_TRUE; in liCreateEngine()
55 SLboolean lossOfControlGlobal = SL_BOOLEAN_FALSE; in liCreateEngine()
64 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
67 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize in liCreateEngine()
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIVolume.cpp80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) in IVolume_SetMute()
87 SLboolean oldMute = thiz->mMute; in IVolume_SetMute()
100 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute) in IVolume_GetMute()
109 SLboolean mute = thiz->mMute; in IVolume_GetMute()
119 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable) in IVolume_EnableStereoPosition()
126 SLboolean oldEnable = thiz->mEnableStereoPosition; in IVolume_EnableStereoPosition()
139 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) in IVolume_IsEnabledStereoPosition()
148 SLboolean enable = thiz->mEnableStereoPosition; in IVolume_IsEnabledStereoPosition()
H A DIMuteSolo.cpp22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) in IMuteSolo_SetChannelMute()
58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute) in IMuteSolo_GetChannelMute()
71 SLboolean mute; in IMuteSolo_GetChannelMute()
82 mute = (SLboolean) ((mask >> chan) & 1); in IMuteSolo_GetChannelMute()
94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo) in IMuteSolo_SetChannelSolo()
130 static SLresult IMuteSolo_GetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean *pSolo) in IMuteSolo_GetChannelSolo()
143 SLboolean solo; in IMuteSolo_GetChannelSolo()
154 solo = (SLboolean) ((mask >> chan) & 1); in IMuteSolo_GetChannelSolo()
H A DIMIDIMuteSolo.cpp23 SLboolean mute) in IMIDIMuteSolo_SetChannelMute()
46 SLboolean *pMute) in IMIDIMuteSolo_GetChannelMute()
66 SLboolean solo) in IMIDIMuteSolo_SetChannelSolo()
89 SLboolean *pSolo) in IMIDIMuteSolo_GetChannelSolo()
126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) in IMIDIMuteSolo_SetTrackMute()
149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute) in IMIDIMuteSolo_GetTrackMute()
169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo) in IMIDIMuteSolo_SetTrackSolo()
191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo) in IMIDIMuteSolo_GetTrackSolo()
H A DIBassBoost.cpp38 static SLresult IBassBoost_SetEnabled(SLBassBoostItf self, SLboolean enabled) in IBassBoost_SetEnabled()
44 thiz->mEnabled = (SLboolean) enabled; in IBassBoost_SetEnabled()
61 static SLresult IBassBoost_IsEnabled(SLBassBoostItf self, SLboolean *pEnabled) in IBassBoost_IsEnabled()
71 SLboolean enabled = thiz->mEnabled; in IBassBoost_IsEnabled()
78 *pEnabled = (SLboolean) thiz->mBassBoostEffect->getEnabled(); in IBassBoost_IsEnabled()
146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported) in IBassBoost_IsStrengthSupported()
169 *pSupported = (SLboolean) (supported != 0); in IBassBoost_IsStrengthSupported()
H A DIVirtualizer.cpp38 static SLresult IVirtualizer_SetEnabled(SLVirtualizerItf self, SLboolean enabled) in IVirtualizer_SetEnabled()
44 thiz->mEnabled = (SLboolean) enabled; in IVirtualizer_SetEnabled()
63 static SLresult IVirtualizer_IsEnabled(SLVirtualizerItf self, SLboolean *pEnabled) in IVirtualizer_IsEnabled()
73 SLboolean enabled = thiz->mEnabled; in IVirtualizer_IsEnabled()
80 *pEnabled = (SLboolean) thiz->mVirtualizerEffect->getEnabled(); in IVirtualizer_IsEnabled()
148 static SLresult IVirtualizer_IsStrengthSupported(SLVirtualizerItf self, SLboolean *pSupported) in IVirtualizer_IsStrengthSupported()
171 *pSupported = (SLboolean) (supported != 0); in IVirtualizer_IsStrengthSupported()
H A DIEngine.cpp96 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateLEDDevice()
134 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateVibraDevice()
173 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateAudioPlayer()
413 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateAudioRecorder()
557 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateMidiPlayer()
603 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateListener()
640 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_Create3DGroup()
678 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateOutputMix()
728 const SLboolean *pInterfaceRequired) in IEngine_CreateMetadataExtractor()
772 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateExtensionObject()
[all …]
H A DI3DSource.cpp22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative) in I3DSource_SetHeadRelative()
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative) in I3DSource_GetHeadRelative()
45 SLboolean headRelative = thiz->mHeadRelative; in I3DSource_GetHeadRelative()
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) in I3DSource_SetRolloffMaxDistanceMute()
111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute) in I3DSource_GetRolloffMaxDistanceMute()
120 SLboolean mute = thiz->mRolloffMaxDistanceMute; in I3DSource_GetRolloffMaxDistanceMute()
H A DIAutomaticGainControl.cpp30 SLboolean enabled) in IAndroidAutomaticGainControl_SetEnabled()
36 thiz->mEnabled = (SLboolean) enabled; in IAndroidAutomaticGainControl_SetEnabled()
49 SLboolean *pEnabled) in IAndroidAutomaticGainControl_IsEnabled()
61 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled(); in IAndroidAutomaticGainControl_IsEnabled()
H A DINoiseSuppression.cpp28 SLresult IAndroidNoiseSuppression_SetEnabled(SLAndroidNoiseSuppressionItf self, SLboolean enabled) in IAndroidNoiseSuppression_SetEnabled()
34 thiz->mEnabled = (SLboolean) enabled; in IAndroidNoiseSuppression_SetEnabled()
46 SLresult IAndroidNoiseSuppression_IsEnabled(SLAndroidNoiseSuppressionItf self, SLboolean *pEnabled) in IAndroidNoiseSuppression_IsEnabled()
58 *pEnabled = (SLboolean) thiz->mNSEffect->getEnabled(); in IAndroidNoiseSuppression_IsEnabled()
H A DIAcousticEchoCancellation.cpp31 SLboolean enabled) in IAndroidAcousticEchoCancellation_SetEnabled()
37 thiz->mEnabled = (SLboolean) enabled; in IAndroidAcousticEchoCancellation_SetEnabled()
51 SLboolean *pEnabled) in IAndroidAcousticEchoCancellation_IsEnabled()
63 *pEnabled = (SLboolean) thiz->mAECEffect->getEnabled(); in IAndroidAcousticEchoCancellation_IsEnabled()
H A DIOutputMixExt.cpp45 static SLboolean track_check(Track *track) in track_check()
48 SLboolean trackHasData = SL_BOOLEAN_FALSE; in track_check()
67 SLboolean doBroadcast = SL_BOOLEAN_FALSE; in track_check()
175 SLboolean mixBufferHasData = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
211 SLboolean trackContributedToMix = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
430 SLboolean mute = audioPlayer->mVolume.mMute; in audioPlayerGainUpdate()
434 SLboolean enableStereoPosition = audioPlayer->mVolume.mEnableStereoPosition; in audioPlayerGainUpdate()
H A DIEqualizer.cpp55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled) in IEqualizer_SetEnabled()
61 thiz->mEnabled = (SLboolean) enabled; in IEqualizer_SetEnabled()
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled) in IEqualizer_IsEnabled()
89 SLboolean enabled = thiz->mEnabled; in IEqualizer_IsEnabled()
96 *pEnabled = (SLboolean) thiz->mEqEffect->getEnabled(); in IEqualizer_IsEnabled()
H A DIObject.cpp84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize()
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume()
641 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) in IObject_SetPriority()
660 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) in IObject_GetPriority()
671 SLboolean preemptable = thiz->mPreemptable; in IObject_GetPriority()
686 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) in IObject_SetLossOfControlInterfaces()
H A DISeek.cpp51 static SLresult ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable, in ISeek_SetLoop()
108 static SLresult ISeek_GetLoop(SLSeekItf self, SLboolean *pLoopEnabled, in ISeek_GetLoop()
118 SLboolean loopEnabled = thiz->mLoopEnabled; in ISeek_GetLoop()
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c35 SLboolean mPlayerErrorInCallback;
36 SLboolean mPlayerErrorReported;
148 const SLboolean engine_req[] = {SL_BOOLEAN_TRUE}; in main()
160 const SLboolean mix_req[] = {SL_BOOLEAN_TRUE}; in main()
184 const SLboolean player_req[] = in main()
/aosp_15_r20/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp76 SLboolean required[MAX_NUMBER_INTERFACES]; in TestBassBoostPathFromFD()
194 SLboolean strengthSupported = SL_BOOLEAN_FALSE; in TestBassBoostPathFromFD()
212 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestBassBoostPathFromFD()
214 SLboolean enabled; in TestBassBoostPathFromFD()
H A DslesTestVirtualizerPath.cpp77 SLboolean required[MAX_NUMBER_INTERFACES]; in TestVirtualizerPathFromFD()
195 SLboolean strengthSupported = SL_BOOLEAN_FALSE; in TestVirtualizerPathFromFD()
214 SLboolean previousEnabled = SL_BOOLEAN_FALSE; in TestVirtualizerPathFromFD()
216 SLboolean enabled; in TestVirtualizerPathFromFD()
/aosp_15_r20/external/oboe/src/opensles/
H A DEngineOpenSLES.cpp33 const SLboolean *pInterfaceRequired
123 const SLboolean reqs[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in createAudioPlayer()
135 const SLboolean reqs[] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_TRUE}; in createAudioRecorder()

1234567