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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c61 static int findEffect(const effect_uuid_t *type,
261 ret = findEffect(NULL, uuid, &l, &d);
297 ret = findEffect(NULL, uuid, &l, &d);
300 // so, findEffect will fail. Search for the effect in gSubEffectList.
837 int findEffect(const effect_uuid_t *type, function
866 ALOGV("findEffect() effect not found");
869 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);

Completed in 28 milliseconds