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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c42 static list_elem_t *gCurLib; // current library in enumeration process variable
230 while (gCurLib) {
241 gCurLib = gCurLib->next;
242 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects;
909 gCurLib = gLibraryList;
911 if (gCurLib) {
912 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects;

Completed in 66 milliseconds