Searched refs:android_fx_initEffectDescriptor (Results 1 – 7 of 7) sorted by relevance
128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) { in IPresetReverb_Expose()
211 if (!android_fx_initEffectDescriptor(SL_IID_BASSBOOST, &thiz->mBassBoostDescriptor)) { in IBassBoost_Expose()
213 if (!android_fx_initEffectDescriptor(SL_IID_VIRTUALIZER, &thiz->mVirtualizerDescriptor)) { in IVirtualizer_Expose()
517 if (!android_fx_initEffectDescriptor(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) { in IEqualizer_Expose()
785 if (!android_fx_initEffectDescriptor(SL_IID_ENVIRONMENTALREVERB, in IEnvironmentalReverb_Expose()
135 extern bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
639 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor() function