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/av/media/libeffects/factory/
EffectsFactory.h
51
}
lib_entry_t
;
typedef in typeref:struct:lib_entry_s
56
lib_entry_t
*lib;
65
lib_entry_t
*lib;
EffectsFactory.c
30
static list_elem_t *gLibraryList; // list of
lib_entry_t
: all currently loaded libraries
39
static
lib_entry_t
*gCachedLibrary; // last library accessed by getLibrary()
58
static
lib_entry_t
*getLibrary(const char *path);
63
lib_entry_t
**lib,
67
lib_entry_t
**lib,
235
gCurEffect = ((
lib_entry_t
*)gCurLib->object)->effects;
250
lib_entry_t
*l = NULL;
272
lib_entry_t
*l = NULL;
505
lib_entry_t
*l;
536
l = malloc(sizeof(
lib_entry_t
));
[
all
...]
Completed in 89 milliseconds