Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c38 static list_elem_t *gCurEffect; // current effect in enumeration process variable
212 if (gCurEffect) { in EffectQueryEffect()
214 *pDescriptor = *(effect_descriptor_t *)gCurEffect->object; in EffectQueryEffect()
218 gCurEffect = gCurEffect->next; in EffectQueryEffect()
223 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in EffectQueryEffect()
509 gCurEffect = NULL; in resetEffectEnumeration()
511 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects; in resetEffectEnumeration()