Searched refs:GWeakNotify (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/gobject/ |
D | gobject.h | 242 typedef void (*GWeakNotify) (gpointer data, typedef 508 GWeakNotify notify, 512 GWeakNotify notify,
|
D | gobject.c | 2955 GWeakNotify notify; 2990 GWeakNotify notify, in g_object_weak_ref() 3030 GWeakNotify notify, in g_object_weak_unref() 3086 (GWeakNotify) g_nullify_pointer, in g_object_add_weak_pointer() 3108 (GWeakNotify) g_nullify_pointer, in g_object_remove_weak_pointer()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsdec.c | 704 g_object_weak_ref (G_OBJECT (agent), (GWeakNotify) agent_weak_ref_notify, in get_agent_by_pem() 804 (GWeakNotify) connection_weak_ref_notify, g_strdup (id)); in create_connection()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudacontext.c | 208 (GWeakNotify) gst_cuda_context_weak_ref_notify, NULL); in gst_cuda_context_constructed()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 1277 g_object_weak_ref (object_to_unref, (GWeakNotify) weak_notify, destroyed); in gst_check_objects_destroyed_on_unref() 1289 g_object_weak_ref (object, (GWeakNotify) weak_notify, destroyed); in gst_check_objects_destroyed_on_unref()
|
/third_party/glib/gio/ |
D | gtestdbus.c | 85 g_object_weak_ref (object, (GWeakNotify) g_main_loop_quit, data.loop); in _g_object_unref_and_wait_weak_notify()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 476 g_object_weak_ref (G_OBJECT (element), (GWeakNotify) gst_object_unref, in gst_auto_convert_add_element() 478 g_object_weak_ref (G_OBJECT (element), (GWeakNotify) gst_object_unref, in gst_auto_convert_add_element()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 278 GWeakNotify
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioobject.cpp | 863 (GWeakNotify) gst_asio_object_weak_ref_notify, nullptr); in gst_asio_object_new()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.cpp | 1758 (GWeakNotify) gst_d3d11_screen_capture_weak_ref_notify, nullptr); in gst_d3d11_screen_capture_new()
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 187 g_object_weak_ref (G_OBJECT (element), (GWeakNotify) remove_weak_ref, in add_weak_ref()
|