Home
last modified time | relevance | path

Searched refs:android_fx_initEffectDescriptor (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/src/itf/
DINoiseSuppression.cpp91 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDNOISESUPPRESSION, &thiz->mNSDescriptor)) { in IAndroidNoiseSuppression_Expose()
DIAcousticEchoCancellation.cpp97 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, in IAndroidAcousticEchoCancellation_Expose()
DIAutomaticGainControl.cpp94 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDAUTOMATICGAINCONTROL, in IAndroidAutomaticGainControl_Expose()
DIPresetReverb.cpp128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) { in IPresetReverb_Expose()
DIBassBoost.cpp211 if (!android_fx_initEffectDescriptor(SL_IID_BASSBOOST, &thiz->mBassBoostDescriptor)) { in IBassBoost_Expose()
DIVirtualizer.cpp213 if (!android_fx_initEffectDescriptor(SL_IID_VIRTUALIZER, &thiz->mVirtualizerDescriptor)) { in IVirtualizer_Expose()
DIEqualizer.cpp513 if (!android_fx_initEffectDescriptor(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) { in IEqualizer_Expose()
DIEnvironmentalReverb.cpp785 if (!android_fx_initEffectDescriptor(SL_IID_ENVIRONMENTALREVERB, in IEnvironmentalReverb_Expose()
/frameworks/wilhelm/src/android/
Dandroid_Effect.h151 extern bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
Dandroid_Effect.cpp687 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor() function