Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactoryState.h44 int findEffect(const effect_uuid_t *type,
DEffectsFactoryState.c31 int findEffect(const effect_uuid_t *type, in findEffect() function
DEffectsFactory.c249 ret = findEffect(NULL, uuid, &l, &d); in EffectGetDescriptor()
285 ret = findEffect(NULL, uuid, &l, &d); in EffectCreate()
DEffectsXmlConfigLoader.cpp250 if (findEffect(nullptr, &effect.uuid, &_, nullptr) == 0) { in loadEffect()
DEffectsConfigLoader.c334 if (findEffect(NULL, &uuid, &tmp, NULL) == 0) { in loadEffect()