/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioclock.c | 81 if (clock->destroy_notify && clock->user_data) in gst_audio_clock_dispose() 82 clock->destroy_notify (clock->user_data); in gst_audio_clock_dispose() 83 clock->destroy_notify = NULL; in gst_audio_clock_dispose() 104 gpointer user_data, GDestroyNotify destroy_notify) in gst_audio_clock_new() argument 112 aclock->destroy_notify = destroy_notify; in gst_audio_clock_new()
|
D | gstaudioclock.h | 76 GDestroyNotify destroy_notify; member 97 gpointer user_data, GDestroyNotify destroy_notify);
|
/third_party/glib/gio/ |
D | gioscheduler.c | 45 GDestroyNotify destroy_notify; member 58 if (job->destroy_notify) in g_io_job_free() 59 job->destroy_notify (job->data); in g_io_job_free() 128 job->destroy_notify = notify; in g_io_scheduler_push_job()
|
D | gsubprocesslauncher.h | 114 … GDestroyNotify destroy_notify);
|
D | gsubprocesslauncher.c | 703 GDestroyNotify destroy_notify) in g_subprocess_launcher_set_child_setup() argument 710 self->child_setup_destroy_notify = destroy_notify; in g_subprocess_launcher_set_child_setup()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.h | 109 GstSctpAssociationPacketOutCb packet_out_cb, gpointer user_data, GDestroyNotify destroy_notify); 111 …AssociationPacketReceivedCb packet_received_cb, gpointer user_data, GDestroyNotify destroy_notify);
|
D | sctpassociation.c | 423 GDestroyNotify destroy_notify) in gst_sctp_association_set_on_packet_out() argument 432 self->packet_out_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_out() 441 GDestroyNotify destroy_notify) in gst_sctp_association_set_on_packet_received() argument 450 self->packet_received_destroy_notify = destroy_notify; in gst_sctp_association_set_on_packet_received()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.h | 189 GDestroyNotify destroy_notify); 194 GDestroyNotify destroy_notify); 199 GDestroyNotify destroy_notify);
|
D | gstglwindow.c | 795 gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_draw_callback() argument 806 window->draw_notify = destroy_notify; in gst_gl_window_set_draw_callback() 824 GstGLWindowResizeCB callback, gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_resize_callback() argument 835 window->resize_notify = destroy_notify; in gst_gl_window_set_resize_callback() 853 gpointer data, GDestroyNotify destroy_notify) in gst_gl_window_set_close_callback() argument 864 window->close_notify = destroy_notify; in gst_gl_window_set_close_callback()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 428 GDestroyNotify destroy_notify; member 486 if (ctx->destroy_notify) in convert_frame_dispatch_callback() 487 ctx->destroy_notify (ctx->user_data); in convert_frame_dispatch_callback() 686 GDestroyNotify destroy_notify) in gst_video_convert_sample_async() argument 732 ctx->destroy_notify = destroy_notify; in gst_video_convert_sample_async()
|
D | video.h | 162 GDestroyNotify destroy_notify);
|
/third_party/glib/glib/ |
D | goption.h | 337 GDestroyNotify destroy_notify); 381 GDestroyNotify destroy_notify);
|
D | goption.c | 276 GDestroyNotify destroy_notify; member 2329 group->destroy_notify = destroy; in g_option_group_new() 2395 if (group->destroy_notify) in g_option_group_unref() 2396 (* group->destroy_notify) (group->user_data); in g_option_group_unref() 2537 GDestroyNotify destroy_notify) in g_option_group_set_translate_func() argument 2546 group->translate_notify = destroy_notify; in g_option_group_set_translate_func() 2603 GDestroyNotify destroy_notify) in g_option_context_set_translate_func() argument 2612 context->translate_notify = destroy_notify; in g_option_context_set_translate_func()
|
/third_party/wayland_standard/tests/ |
D | resources-test.c | 83 destroy_notify(struct wl_listener *l, void *data) in destroy_notify() function 111 .notify = &destroy_notify in TEST()
|
/third_party/glib/gobject/ |
D | gbinding.c | 192 GDestroyNotify destroy_notify; member 199 GDestroyNotify destroy_notify) in transform_func_new() argument 206 func->destroy_notify = destroy_notify; in transform_func_new() 220 if (func->destroy_notify) in transform_func_clear() 221 func->destroy_notify (func->transform_data); in transform_func_clear()
|
/third_party/glib/glib/tests/ |
D | asyncqueue.c | 71 destroy_notify (gpointer item) in destroy_notify() function 81 q = g_async_queue_new_full (destroy_notify); in test_async_queue_destroy()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | context.hpp | 59 void destroy_notify(std::function<void ()> f);
|
D | context.cpp | 51 context::destroy_notify(std::function<void ()> f) { in destroy_notify() function in context
|
D | memory.hpp | 60 void destroy_notify(std::function<void ()> f);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.h | 66 GstEGLImageDestroyNotify destroy_notify; member
|
D | gsteglimage.c | 233 if (image->destroy_notify) in _gst_egl_image_free_thread() 234 image->destroy_notify (image, image->destroy_data); in _gst_egl_image_free_thread() 289 img->destroy_notify = user_data_destroy; in gst_egl_image_new_wrapped()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 116 GDestroyNotify destroy_notify; member 134 if (handler->destroy_notify) in sync_handler_unref() 135 handler->destroy_notify (handler->user_data); in sync_handler_unref() 739 new_handler->destroy_notify = notify; in gst_bus_set_sync_handler()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 83 GstCollectDataDestroyNotify destroy_notify; member 405 if (data->priv->destroy_notify) in unref_data() 406 data->priv->destroy_notify (data); in unref_data() 625 GstCollectDataDestroyNotify destroy_notify, gboolean lock) in gst_collect_pads_add_pad() argument 647 data->priv->destroy_notify = destroy_notify; in gst_collect_pads_add_pad()
|
/third_party/libsoup/libsoup/ |
D | soup-message.h | 213 GDestroyNotify destroy_notify);
|