Home
last modified time | relevance | path

Searched refs:GWeakRef (Results 1 – 25 of 30) sorted by relevance

12

/third_party/glib/gobject/
Dgobject.h908 } GWeakRef; typedef
911 void g_weak_ref_init (GWeakRef *weak_ref,
914 void g_weak_ref_clear (GWeakRef *weak_ref);
916 gpointer g_weak_ref_get (GWeakRef *weak_ref);
918 void g_weak_ref_set (GWeakRef *weak_ref,
Dgbinding.c155 GWeakRef binding;
156 GWeakRef source;
157 GWeakRef target;
Dgobject.c3475 GWeakRef *weak_ref_location = (*weak_locations)->data; in g_object_unref()
4517 g_weak_ref_init (GWeakRef *weak_ref, in g_weak_ref_init()
4539 g_weak_ref_clear (GWeakRef *weak_ref) in g_weak_ref_clear()
4567 g_weak_ref_get (GWeakRef *weak_ref) in g_weak_ref_get()
4599 g_weak_ref_set (GWeakRef *weak_ref, in g_weak_ref_set()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysink.h47 GWeakRef proxysrc;
Dgstproxysrc.h58 GWeakRef proxysink;
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstproxycontrolbinding.h54 GWeakRef ref_object;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c249 g_weak_ref_clear ((GWeakRef *) l->data); in gst_gl_display_finalize()
636 GWeakRef *ref = l->data; in _get_gl_context_for_thread_unlocked()
752 GWeakRef *ref; in gst_gl_display_add_context()
782 ref = g_new0 (GWeakRef, 1); in gst_gl_display_add_context()
Dgstglwindow.h102 GWeakRef context_ref;
Dgstglcontext.c210 GWeakRef other_context_ref;
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdisplay.c289 GWeakRef *ref = g_new0 (GWeakRef, 1); in gst_vulkan_display_create_window()
308 _compare_vulkan_window (GWeakRef * ref, GstVulkanWindow * window) in _compare_vulkan_window()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.h68 GWeakRef element;
/third_party/glib/gobject/tests/
Dreference.c462 GWeakRef weak = { { GUINT_TO_POINTER (0xDEADBEEFU) } }; in test_weak_ref()
463 GWeakRef weak2 = { { GUINT_TO_POINTER (0xDEADBEEFU) } }; in test_weak_ref()
464 GWeakRef weak3 = { { GUINT_TO_POINTER (0xDEADBEEFU) } }; in test_weak_ref()
465 GWeakRef *dynamic_weak = g_new (GWeakRef, 1); in test_weak_ref()
Dthreadtests.c265 GWeakRef weak; in test_threaded_weak_ref()
/third_party/glib/gio/
Dgdbusobjectmanagerclient.c1252 GWeakRef *manager_weak = user_data; in on_notify_g_name_owner()
1345 static GWeakRef *
1348 GWeakRef *weak_ref = g_new0 (GWeakRef, 1); in weak_ref_new()
1354 weak_ref_free (GWeakRef *weak_ref) in weak_ref_free()
1722 GWeakRef *manager_weak = user_data; in on_control_proxy_g_signal()
Dgdbusproxy.c98 static GWeakRef *
101 GWeakRef *weak_ref = g_new0 (GWeakRef, 1); in weak_ref_new()
107 weak_ref_free (GWeakRef *weak_ref) in weak_ref_free()
840 GWeakRef *proxy_weak = user_data; in on_signal_received()
1000 GWeakRef *proxy_weak = user_data; in on_properties_changed()
1239 GWeakRef *proxy_weak = user_data; in on_name_owner_changed()
Dgiomodule.c897 weak_ref_free (GWeakRef *weak_ref) in weak_ref_free()
944 GWeakRef *impl_weak_ref = NULL; in _g_io_module_get_default()
1026 impl_weak_ref = g_new0 (GWeakRef, 1); in _g_io_module_get_default()
Dgsettingsbackend.c126 GWeakRef target;
Dgdbusconnection.c213 static GWeakRef the_session_bus;
214 static GWeakRef the_system_bus;
7203 static GWeakRef *
7207 GWeakRef *ret; in message_bus_get_singleton()
7271 GWeakRef *singleton; in get_uninitialized_connection()
7311 GWeakRef *singleton; in _g_bus_get_singleton_if_exists()
7330 GWeakRef *singleton; in _g_bus_forget_singleton()
Dglocalfilemonitor.c49 GWeakRef instance_ref;
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolbinding.c58 GWeakRef object;
Dgstclock.c173 GWeakRef clock;
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt320 GWeakRef
/third_party/libsoup/libsoup/
Dsoup-session.c2104 GWeakRef *wref = user_data; in idle_run_queue()
2119 GWeakRef *wref = user_data; in idle_run_queue_dnotify()
2122 g_slice_free (GWeakRef, wref); in idle_run_queue_dnotify()
2330 GWeakRef *wref = g_slice_new (GWeakRef); in soup_session_real_kick_queue()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c49 GWeakRef parent;
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgststreamsynchronizer.c138 GWeakRef otherpad;

12