HomeSort by relevance Sort by last modified time
    Searched refs:g_module_symbol (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/tests/
module-test.c 101 if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self))
114 if (!g_module_symbol (module_a, "gplugin_a_state",
118 if (!g_module_symbol (module_b, "gplugin_b_state",
125 if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &f_a))
129 if (!g_module_symbol (module_b, "gplugin_b_func", (gpointer *) &f_b))
142 if (!g_module_symbol (module_self, "g_clash_func", (gpointer *) &f_self))
146 if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &f_a))
150 if (!g_module_symbol (module_b, "g_clash_func", (gpointer *) &f_b))
165 if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &f_a))
169 if (!g_module_symbol (module_b, "gplugin_clash_func", (gpointer *) &f_b)
    [all...]
libmoduletestplugin_a.c 64 if (!g_module_symbol (module, "gplugin_say_boo_func", &f ))
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 50 g_module_symbol(m_handle, functionName, &symbol);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 52 g_module_symbol(m_module, "NP_GetMIMEDescription", (void**)&NP_GetMIMEDescription);
53 g_module_symbol(m_module, "NP_GetValue", (void**)&NPP_GetValue);
126 return g_module_symbol(module, "gtk_application_get_type", &symbol);
128 return g_module_symbol(module, "gtk_object_get_type", &symbol);
186 g_module_symbol(m_module, "NP_Initialize", (void**)&NP_Initialize);
187 g_module_symbol(m_module, "NP_Shutdown", (void**)&m_NPP_Shutdown);
  /external/bluetooth/glib/gmodule/
gmodule.h 77 gboolean g_module_symbol (GModule *module,
gmodule.c 485 if (g_module_symbol (module, "g_module_check_init", (gpointer) &check_init) && check_init != NULL)
490 g_module_symbol (module, "g_module_unload", (gpointer) &module->unload);
608 g_module_symbol (GModule *module, function
  /external/bluetooth/glib/gio/
giomodule.c 162 if (! g_module_symbol (module->library,
165 ! g_module_symbol (module->library,

Completed in 277 milliseconds