Searched refs:EffectQueryEffect (Results 1 – 7 of 7) sorted by relevance
82 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor);
86 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidNoiseSuppression_IsAvailable()
93 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidAcousticEchoCancellation_IsAvailable()
90 if (EffectQueryEffect(i, &fxDesc) == 0) { in IAndroidAutomaticGainControl_IsAvailable()
261 if (EffectQueryEffect(i, &sDwnmFxDesc) == 0) { in init()
2470 return EffectQueryEffect(index, descriptor); in queryEffect()2545 lStatus = EffectQueryEffect(i, &desc); in createEffect()
206 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor) in EffectQueryEffect() function