Searched refs:EffectQueryEffect (Results 1 – 7 of 7) sorted by relevance
82 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor);
91 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidAcousticEchoCancellation_IsAvailable()
88 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidAutomaticGainControl_IsAvailable()
86 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidNoiseSuppression_IsAvailable()
204 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor) in EffectQueryEffect() function
2404 return EffectQueryEffect(index, descriptor); in queryEffect()2478 lStatus = EffectQueryEffect(i, &desc); in createEffect()
310 if (EffectQueryEffect(i, &sDwnmFxDesc) == 0) { in init()