Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c61 static int findEffect(const effect_uuid_t *type,
261 ret = findEffect(NULL, uuid, &l, &d); in EffectGetDescriptor()
297 ret = findEffect(NULL, uuid, &l, &d); in EffectCreate()
837 int findEffect(const effect_uuid_t *type, in findEffect() function