Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c37 static list_elem_t *gCurEffect; // current effect in enumeration process variable
224 if (gCurEffect) { in EffectQueryEffect()
226 *pDescriptor = *(effect_descriptor_t *)gCurEffect->object; in EffectQueryEffect()
230 gCurEffect = gCurEffect->next; in EffectQueryEffect()
235 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in EffectQueryEffect()
809 gCurEffect = NULL; in resetEffectEnumeration()
811 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in resetEffectEnumeration()