Home
last modified time | relevance | path

Searched refs:g_module_list (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp40 static struct list *g_module_list = NULL; variable
129 g_module_list = construct_components("wrs_omxil_components.list"); in OMX_Init()
130 if (!g_module_list) { in OMX_Init()
153 g_module_list = destruct_components(g_module_list); in OMX_Deinit()
174 entry = __list_entry(g_module_list, nIndex); in OMX_ComponentNameEnum()
202 list_foreach(g_module_list, entry) { in OMX_GetHandle()
316 list_foreach(g_module_list, entry) { in OMX_GetComponentsOfRole()
356 list_foreach(g_module_list, entry) { in OMX_GetRolesOfComponent()