Searched refs:list_elem_t (Results 1 – 2 of 2) sorted by relevance
30 static list_elem_t *gEffectList; // list of effect_entry_t: all currently created effects31 static list_elem_t *gLibraryList; // list of lib_entry_t: all currently loaded libraries32 static list_elem_t *gSkippedEffects; // list of effects skipped because of duplicate uuid38 static list_elem_t *gCurLib; // current library in enumeration process39 static list_elem_t *gCurEffect; // current effect in enumeration process273 list_elem_t *e = gLibraryList; in EffectCreate()328 e = (list_elem_t *)malloc(sizeof(list_elem_t)); in EffectCreate()345 list_elem_t *e1; in EffectRelease()346 list_elem_t *e2; in EffectRelease()427 list_elem_t *subefx = e->sub_elem; in EffectGetSubEffects()[all …]
34 } list_elem_t; typedef41 list_elem_t *sub_elem;50 list_elem_t *effects; //list of effect_descriptor_t