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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c68 static int findEffect(const effect_uuid_t *type,
268 ret = findEffect(NULL, uuid, &l, &d);
304 ret = findEffect(NULL, uuid, &l, &d);
307 // so, findEffect will fail. Search for the effect in gSubEffectList.
753 if (findEffect(NULL, &uuid, &tmp, NULL) == 0) {
938 int findEffect(const effect_uuid_t *type, function
967 ALOGV("findEffect() effect not found");
970 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);

Completed in 800 milliseconds