HomeSort by relevance Sort by last modified time
    Searched full:g_module_head (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 28 static struct module *g_module_head; variable in typeref:struct:module
131 existing = module_find_with_name(g_module_head, file);
158 existing = module_find_with_handle(g_module_head, new->handle);
192 g_module_head = module_add_list(g_module_head, new);
229 g_module_head = module_del_list(g_module_head, module);

Completed in 133 milliseconds