Home
last modified time | relevance | path

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

/external/bluetooth/glib/gmodule/
Dgmodule.c69 guint is_resident : 1; member
363 main_module->is_resident = TRUE; in g_module_open()
479 module->is_resident = FALSE; in g_module_open()
549 if (!module->ref_count && !module->is_resident && module->unload) in g_module_close()
558 if (!module->ref_count && !module->is_resident) in g_module_close()
598 module->is_resident = TRUE; in g_module_make_resident()