Searched refs:pNumEffects (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DEffectsFactoryApi.h46 // pNumEffects: address where the number of effects should be returned.
51 // -EINVAL invalid pNumEffects
52 // *pNumEffects: updated with number of effects in factory
55 int EffectQueryNumberEffects(uint32_t *pNumEffects);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c186 int EffectQueryNumberEffects(uint32_t *pNumEffects) argument
192 if (pNumEffects == NULL) {
197 *pNumEffects = gNumEffects;
200 ALOGV("EffectQueryNumberEffects(): %d", *pNumEffects);

Completed in 51 milliseconds