OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lib_entry_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libeffects/factory/
EffectsFactory.h
42
}
lib_entry_t
;
typedef in typeref:struct:lib_entry_s
47
lib_entry_t
*lib;
EffectsFactory.c
30
static list_elem_t *gLibraryList; // list of
lib_entry_t
: all currently loaded libraries
36
static
lib_entry_t
*gCachedLibrary; // last library accessed by getLibrary()
53
static
lib_entry_t
*getLibrary(const char *path);
58
lib_entry_t
**lib,
226
gCurEffect = ((
lib_entry_t
*)gCurLib->object)->effects;
241
lib_entry_t
*l = NULL;
263
lib_entry_t
*l = NULL;
450
lib_entry_t
*l;
481
l = malloc(sizeof(
lib_entry_t
));
526
lib_entry_t
*l
[
all
...]
Completed in 2271 milliseconds