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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c33 static list_sub_elem_t *gSubEffectList; variable
56 // To get and add the effect pointed by the passed node to the gSubEffectList
65 // To search a subeffect in the gSubEffectList
300 // so, findEffect will fail. Search for the effect in gSubEffectList.
398 // is pointed by the first argument. It searches the gSubEffectList for the
417 list_sub_elem_t *e = gSubEffectList;
563 // sub_entry_t to the gSubEffectList
614 e->next = gSubEffectList->sub_elem;
615 gSubEffectList->sub_elem = e;
690 // Find the sub effects and add them to the gSubEffectList
[all...]

Completed in 870 milliseconds