Searched refs:gLibraryList (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c30 static list_elem_t *gLibraryList; // list of lib_entry_t: all currently loaded libraries variable
34 static pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; // controls access to gLibraryList
271 list_elem_t *e = gLibraryList;
535 // add entry for library in gLibraryList
547 e->next = gLibraryList;
548 gLibraryList = e;
792 e = gLibraryList;
808 gCurLib = gLibraryList;
822 e = gLibraryList;
842 list_elem_t *e = gLibraryList;
[all...]

Completed in 5 milliseconds