Searched refs:GModule (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/glib/gmodule/
H A Dgmodule.h51 typedef struct _GModule GModule; typedef in typeref:struct:_GModule
52 typedef const gchar* (*GModuleCheckInit) (GModule *module);
53 typedef void (*GModuleUnload) (GModule *module);
64 GModule* g_module_open (const gchar *file_name,
68 gboolean g_module_close (GModule *module);
71 void g_module_make_resident (GModule *module);
77 gboolean g_module_symbol (GModule *module,
82 G_CONST_RETURN gchar* g_module_name (GModule *module);
H A Dgmodule.c71 GModule *next;
87 static inline GModule* g_module_find_by_handle (gpointer handle);
88 static inline GModule* g_module_find_by_name (const gchar *name);
92 static GModule *modules = NULL;
93 static GModule *main_module = NULL;
100 static inline GModule*
103 GModule *module;
104 GModule *retval = NULL;
119 static inline GModule*
122 GModule *modul
[all...]
/external/bluetooth/glib/tests/
H A Dlibmoduletestplugin_b.c35 g_module_check_init (GModule *module)
43 g_module_unload (GModule *module)
H A Dlibmoduletestplugin_a.c60 gplugin_a_module_func (GModule *module)
H A Dmodule-test.c42 typedef void (*GModuleFunc) (GModule *);
77 GModule *module_self, *module_a, *module_b;
/external/webkit/Source/WebKit2/Platform/
H A DModule.h41 typedef struct _GModule GModule; typedef in typeref:struct:_GModule
77 GModule* m_handle;
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h74 typedef struct _GModule GModule; typedef in typeref:struct:_GModule
81 typedef GModule* PlatformModule;
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginPackageGtk.cpp122 static bool moduleMixesGtkSymbols(GModule* module)
/external/bluetooth/glib/gio/
H A Dgiomodule.c97 GModule *library;

Completed in 192 milliseconds