Searched refs:GWeakRef (Results 1 – 25 of 30) sorted by relevance
12
/third_party/glib/gobject/ |
D | gobject.h | 908 } 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,
|
D | gbinding.c | 155 GWeakRef binding; 156 GWeakRef source; 157 GWeakRef target;
|
D | gobject.c | 3475 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/ |
D | gstproxysink.h | 47 GWeakRef proxysrc;
|
D | gstproxysrc.h | 58 GWeakRef proxysink;
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstproxycontrolbinding.h | 54 GWeakRef ref_object;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldisplay.c | 249 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()
|
D | gstglwindow.h | 102 GWeakRef context_ref;
|
D | gstglcontext.c | 210 GWeakRef other_context_ref;
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkdisplay.c | 289 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/ |
D | gtkgstbasewidget.h | 68 GWeakRef element;
|
/third_party/glib/gobject/tests/ |
D | reference.c | 462 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()
|
D | threadtests.c | 265 GWeakRef weak; in test_threaded_weak_ref()
|
/third_party/glib/gio/ |
D | gdbusobjectmanagerclient.c | 1252 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()
|
D | gdbusproxy.c | 98 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()
|
D | giomodule.c | 897 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()
|
D | gsettingsbackend.c | 126 GWeakRef target;
|
D | gdbusconnection.c | 213 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()
|
D | glocalfilemonitor.c | 49 GWeakRef instance_ref;
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontrolbinding.c | 58 GWeakRef object;
|
D | gstclock.c | 173 GWeakRef clock;
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 320 GWeakRef
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 2104 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/ |
D | gsturidownloader.c | 49 GWeakRef parent;
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 138 GWeakRef otherpad;
|
12