Home
last modified time | relevance | path

Searched refs:g_module_symbol (Results 1 – 25 of 33) sorted by relevance

12

/third_party/glib/tests/
Dmodule-test.c102 if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self)) in main()
115 if (!g_module_symbol (module_a, "gplugin_a_state", in main()
119 if (!g_module_symbol (module_b, "gplugin_b_state", in main()
126 if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &f_a)) in main()
130 if (!g_module_symbol (module_b, "gplugin_b_func", (gpointer *) &f_b)) in main()
143 if (!g_module_symbol (module_self, "g_clash_func", (gpointer *) &f_self)) in main()
147 if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &f_a)) in main()
151 if (!g_module_symbol (module_b, "g_clash_func", (gpointer *) &f_b)) in main()
166 if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &f_a)) in main()
170 if (!g_module_symbol (module_b, "gplugin_clash_func", (gpointer *) &f_b)) in main()
[all …]
Dlibmoduletestplugin_a.c68 if (!g_module_symbol (module, "gplugin_say_boo_func", &f )) in gplugin_a_module_func()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.c489 if (!g_module_symbol (module, "f0r_init", (gpointer *) & ftable.init)) { in register_plugin()
495 if (!g_module_symbol (module, "f0r_deinit", (gpointer *) & ftable.deinit) || in register_plugin()
496 !g_module_symbol (module, "f0r_construct", in register_plugin()
498 || !g_module_symbol (module, "f0r_destruct", in register_plugin()
500 || !g_module_symbol (module, "f0r_get_plugin_info", in register_plugin()
502 || !g_module_symbol (module, "f0r_get_param_info", in register_plugin()
504 || !g_module_symbol (module, "f0r_set_param_value", in register_plugin()
506 || !g_module_symbol (module, "f0r_get_param_value", in register_plugin()
511 g_module_symbol (module, "f0r_update", (gpointer *) & ftable.update); in register_plugin()
512 g_module_symbol (module, "f0r_update2", (gpointer *) & ftable.update2); in register_plugin()
/third_party/glib/gio/
Dgio-querymodules.c94 g_module_symbol (module, symname, (gpointer) &query); in query_dir()
101 g_module_symbol (module, "g_io_module_query", (gpointer) &query); in query_dir()
Dgiomodule.c316 ret = g_module_symbol (module->library, in load_symbols()
319 g_module_symbol (module->library, in load_symbols()
326 ret = g_module_symbol (module->library, in load_symbols()
329 g_module_symbol (module->library, in load_symbols()
/third_party/glib/gmodule/
Dgmodule.h92 gboolean g_module_symbol (GModule *module,
Dgmodule.c637 … if (g_module_symbol (module, "g_module_check_init", (gpointer) &check_init) && check_init != NULL) in g_module_open()
642 g_module_symbol (module, "g_module_unload", (gpointer) &module->unload); in g_module_open()
771 g_module_symbol (GModule *module, in g_module_symbol() function
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.c527 if (g_module_symbol (module, "gst_android_get_java_vm", in get_application_java_vm()
556 if (!g_module_symbol (module, "_ZN13JniInvocation15jni_invocation_E", in check_nativehelper()
575 if (!g_module_symbol (java_module, "JNI_CreateJavaVM", in load_java_module()
582 if (!g_module_symbol (java_module, "JNI_GetCreatedJavaVMs", in load_java_module()
614 if (!g_module_symbol (module, "gst_android_get_application_class_loader", in check_application_class_loader()
Dgst-android-hardware-sensor.c217 success = g_module_symbol (module, "gst_android_get_application_context", in _init_classes()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfplatloader.c37 if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &vtable->func)) { \
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvrtcloader.c39 if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &vtable->func)) { \
Dgstcuvidloader.c34 if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &vtable->func)) { \
Dgstnvenc.c883 if (!g_module_symbol (module, "NvEncodeAPICreateInstance", in gst_nvenc_load_library()
889 if (!g_module_symbol (module, "NvEncodeAPIGetMaxSupportedVersion", in gst_nvenc_load_library()
Dgstcudaloader.c37 if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &vtable->func)) { \
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c220 if (g_module_symbol (libx11, "XInitThreads", (gpointer *) & xinitthreads)) { in call_xinitthreads()
/third_party/gstreamer/gstplugins_bad/tests/check/generic/
Dstates.c251 if (g_module_symbol (libx11, "XInitThreads", (gpointer *) & xinitthreads)) { in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c1346 g_module_symbol (module_opengl, name, &result);
1358 g_module_symbol (module_gles2, name, &result);
1369 g_module_symbol (module_egl, name, &result);
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouploader.c49 if (!g_module_symbol (module, G_STRINGIFY (name), (gpointer *) &G_PASTE (vtable->_, name))) { \
56 …if (!g_module_symbol(module, G_STRINGIFY(name), (gpointer *)&G_PASTE(vtable->_, G_PASTE(name, G_PA…
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c323 if (g_module_symbol (plugin, "ladspa_descriptor", in ladspa_plugin_directory_search()
Dgstladspautils.c775 g_module_symbol (ladspa_class->plugin, "ladspa_descriptor", in gst_ladspa_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c925 g_module_symbol (module_gles2, name, &ret); in gst_gl_context_default_get_proc_address()
933 g_module_symbol (module_opengl, name, &ret); in gst_gl_context_default_get_proc_address()
940 g_module_symbol (module_self, name, &ret); in gst_gl_context_default_get_proc_address()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11shader.cpp66 if (!g_module_symbol (d3d_compiler_module, "D3DCompile", in gst_d3d11_shader_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c501 g_module_symbol (module_opengl_dll, name, &result); in gst_gl_context_wgl_get_proc_address()
/third_party/gstreamer/gstreamer/tests/check/
Dgstreamer.supp210 fun:g_module_symbol
342 fun:g_module_symbol
389 fun:g_module_symbol
1837 fun:g_module_symbol
1950 fun:g_module_symbol
3603 fun:g_module_symbol
3638 fun:g_module_symbol
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c890 ret = g_module_symbol (module, symname, &ptr); in _priv_gst_plugin_load_file_for_registry()
898 ret = g_module_symbol (module, "gst_plugin_desc", &ptr); in _priv_gst_plugin_load_file_for_registry()

12