HomeSort by relevance Sort by last modified time
    Searched refs:g_module_symbol (Results 1 - 6 of 6) 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/WebCore/plugins/gtk/
PluginPackageGtk.cpp 51 g_module_symbol(m_module, "NP_GetMIMEDescription", (void**)&NP_GetMIMEDescription);
52 g_module_symbol(m_module, "NP_GetValue", (void**)&NPP_GetValue);
122 g_module_symbol(m_module, "NP_Initialize", (void**)&NP_Initialize);
123 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 524 milliseconds