Home
last modified time | relevance | path

Searched refs:GWeakNotify (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/gobject/
Dgobject.h242 typedef void (*GWeakNotify) (gpointer data, typedef
508 GWeakNotify notify,
512 GWeakNotify notify,
Dgobject.c2955 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/
Dgstdtlsdec.c704 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/
Dgstcudacontext.c208 (GWeakNotify) gst_cuda_context_weak_ref_notify, NULL); in gst_cuda_context_constructed()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c1277 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/
Dgtestdbus.c85 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/
Dgstautoconvert.c476 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/
Dgobject-sections.txt278 GWeakNotify
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp863 (GWeakNotify) gst_asio_object_weak_ref_notify, nullptr); in gst_asio_object_new()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1758 (GWeakNotify) gst_d3d11_screen_capture_weak_ref_notify, nullptr); in gst_d3d11_screen_capture_new()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c187 g_object_weak_ref (G_OBJECT (element), (GWeakNotify) remove_weak_ref, in add_weak_ref()