Searched defs:EffectQueryEffect (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c39 static int gCanQueryEffect; // indicates that call to EffectQueryEffect() is valid, i.e. that the list of effects
195 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor) function
233 ALOGV("EffectQueryEffect() desc:%s", str);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp131 extern "C" int EffectQueryEffect(uint32_t index, function in namespace:android::__anon465
775 query_effect : android::EffectQueryEffect,
H A DEffectReverb.c102 int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor) { function
2226 .query_effect = EffectQueryEffect,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp169 extern "C" int EffectQueryEffect(uint32_t index, effect_descriptor_t *pDescriptor){ function in namespace:android::__anon458
174 ALOGV("\tLVM_ERROR : EffectQueryEffect was passed NULL pointer");
178 ALOGV("\tLVM_ERROR : EffectQueryEffect index out of range %d", index);
196 } /* end EffectQueryEffect */
3294 query_effect : android::EffectQueryEffect,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp197 extern "C" int EffectQueryEffect(uint32_t index, function in namespace:android::__anon461
202 ALOGV("\tLVM_ERROR : EffectQueryEffect was passed NULL pointer");
206 ALOGV("\tLVM_ERROR : EffectQueryEffect index out of range %d", index);
212 } /* end EffectQueryEffect */
2179 query_effect : android::EffectQueryEffect,

Completed in 585 milliseconds