Searched refs:findEffect (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/factory/ |
D | EffectsFactoryState.h | 44 int findEffect(const effect_uuid_t *type,
|
D | EffectsFactoryState.c | 31 int findEffect(const effect_uuid_t *type, in findEffect() function
|
D | EffectsFactory.c | 249 ret = findEffect(NULL, uuid, &l, &d); in EffectGetDescriptor() 285 ret = findEffect(NULL, uuid, &l, &d); in doEffectCreate()
|
D | EffectsXmlConfigLoader.cpp | 250 if (findEffect(nullptr, &effect.uuid, &_, nullptr) == 0) { in loadEffect()
|
D | EffectsConfigLoader.c | 334 if (findEffect(NULL, &uuid, &tmp, NULL) == 0) { in loadEffect()
|