Home
last modified time | relevance | path

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

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