Home
last modified time | relevance | path

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

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