/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);
|
AudioRecorder_to_android.h | 46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
|
/frameworks/wilhelm/src/desktop/ |
SLSndFile.h | 20 extern SLboolean SndFile_IsSupported(const SF_INFO *sfinfo);
|
/frameworks/wilhelm/src/objects/ |
CAudioRecorder.c | 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) 39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
|
COutputMix.c | 24 SLresult COutputMix_Realize(void *self, SLboolean async) 39 SLresult COutputMix_Resume(void *self, SLboolean async)
|
CAudioPlayer.c | 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) 47 SLresult CAudioPlayer_Resume(void *self, SLboolean async)
|
/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);
|
/frameworks/wilhelm/src/ |
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...] |
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...] |
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
|
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_Android.h | 52 SLboolean enabled); 56 SLboolean *pEnabled); 83 SLboolean enable, 89 SLboolean *pEnable
|
/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...] |