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

  /external/bluetooth/glib/gmodule/
gmodule.c 69 guint is_resident : 1; member in struct:_GModule
363 main_module->is_resident = TRUE;
479 module->is_resident = FALSE;
549 if (!module->ref_count && !module->is_resident && module->unload)
558 if (!module->ref_count && !module->is_resident)
598 module->is_resident = TRUE;

Completed in 67 milliseconds