HomeSort by relevance Sort by last modified time
    Searched refs:list_elem_t (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 33 } list_elem_t; typedef in typeref:struct:list_elem_s
40 list_elem_t *effects; //list of effect_descriptor_t
EffectsFactory.c 29 static list_elem_t *gEffectList; // list of effect_entry_t: all currently created effects
30 static list_elem_t *gLibraryList; // list of lib_entry_t: all currently loaded libraries
33 static list_elem_t *gCurLib; // current library in enumeration process
34 static list_elem_t *gCurEffect; // current effect in enumeration process
262 list_elem_t *e = gLibraryList;
312 e = (list_elem_t *)malloc(sizeof(list_elem_t));
329 list_elem_t *e1;
330 list_elem_t *e2;
449 list_elem_t *e
    [all...]

Completed in 479 milliseconds