Searched refs:gSubEffectList (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c35 static list_sub_elem_t *gSubEffectList; variable
58 // To get and add the effect pointed by the passed node to the gSubEffectList
67 // To search a subeffect in the gSubEffectList
302 // so, findEffect will fail. Search for the effect in gSubEffectList.
400 // is pointed by the first argument. It searches the gSubEffectList for the
419 list_sub_elem_t *e = gSubEffectList;
588 // sub_entry_t to the gSubEffectList
639 e->next = gSubEffectList->sub_elem;
640 gSubEffectList->sub_elem = e;
728 // Find the sub effects and add them to the gSubEffectList
[all...]

Completed in 60 milliseconds