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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c36 static list_elem_t *gCurLib; // current library in enumeration process variable
223 while (gCurLib) {
234 gCurLib = gCurLib->next;
235 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects;
808 gCurLib = gLibraryList;
810 if (gCurLib) {
811 gCurEffect = ((lib_entry_t *)gCurLib->object)->effects;

Completed in 532 milliseconds