OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_elem_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/factory/
EffectsFactory.h
33
}
list_elem_t
;
typedef in typeref:struct:list_elem_s
40
list_elem_t
*sub_elem;
49
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
36
static
list_elem_t
*gCurLib; // current library in enumeration process
37
static
list_elem_t
*gCurEffect; // current effect in enumeration process
271
list_elem_t
*e = gLibraryList;
326
e = (
list_elem_t
*)malloc(sizeof(
list_elem_t
));
343
list_elem_t
*e1;
344
list_elem_t
*e2;
432
list_elem_t
*subefx = e->sub_elem
[
all
...]
Completed in 1255 milliseconds