Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c39 static list_elem_t *gCurEffect; // current effect in enumeration process variable
226 if (gCurEffect) { in EffectQueryEffect()
228 *pDescriptor = *(effect_descriptor_t *)gCurEffect->object; in EffectQueryEffect()
232 gCurEffect = gCurEffect->next; in EffectQueryEffect()
237 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in EffectQueryEffect()
847 gCurEffect = NULL; in resetEffectEnumeration()
849 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in resetEffectEnumeration()