/third_party/gstreamer/gstplugins_base/tests/examples/gio/ |
D | giosrc-mounting.c | 101 gint watch_id; in main() local 116 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main() 123 g_source_remove (watch_id); in main()
|
/third_party/glib/gio/tests/ |
D | gdbus-tests.c | 123 guint watch_id; in ensure_gdbus_testserver_up() local 128 watch_id = g_bus_watch_name_on_connection (connection, in ensure_gdbus_testserver_up() 145 g_bus_unwatch_name (watch_id); in ensure_gdbus_testserver_up() 146 watch_id = 0; in ensure_gdbus_testserver_up()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/ |
D | playrec.c | 102 gint watch_id; in main() local 138 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main() 166 g_source_remove (watch_id); in main()
|
/third_party/glib/gio/ |
D | gmemorymonitordbus.c | 40 guint watch_id; member 130 dbus->watch_id = g_bus_watch_name (G_BUS_TYPE_SYSTEM, in g_memory_monitor_dbus_initable_init() 149 g_clear_handle_id (&dbus->watch_id, g_bus_unwatch_name); in g_memory_monitor_dbus_finalize()
|
D | gmenuexporter.c | 466 guint watch_id; member 528 if (remote->watch_id > 0) in g_menu_exporter_remote_free() 529 g_bus_unwatch_name (remote->watch_id); in g_menu_exporter_remote_free() 538 guint watch_id) in g_menu_exporter_remote_new() argument 545 remote->watch_id = watch_id; in g_menu_exporter_remote_new() 597 guint watch_id; in g_menu_exporter_subscribe() local 599 …watch_id = g_bus_watch_name_on_connection (exporter->connection, sender, G_BUS_NAME_WATCHER_FLAGS_… in g_menu_exporter_subscribe() 601 remote = g_menu_exporter_remote_new (exporter, watch_id); in g_menu_exporter_subscribe()
|
D | gdbusmenumodel.c | 244 guint watch_id; member 307 path->watch_id = g_dbus_connection_signal_subscribe (path->id->connection, path->id->bus_name, in g_dbus_menu_path_activate() 317 g_dbus_connection_signal_unsubscribe (path->id->connection, path->watch_id); in g_dbus_menu_path_deactivate()
|
D | gdbus-tool.c | 2235 guint watch_id, timer_id = 0, activate_watch_id; in handle_wait() local 2365 watch_id = g_bus_watch_name_on_connection (c, in handle_wait() 2378 g_bus_unwatch_name (watch_id); in handle_wait()
|
/third_party/gstreamer/gstplugins_good/tests/examples/level/ |
D | level-example.c | 96 guint watch_id; in main() local 129 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main() 137 g_source_remove (watch_id); in main()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsink.c | 104 if (self->watch_id != 0) { in gst_avdtp_sink_stop() 105 g_source_remove (self->watch_id); in gst_avdtp_sink_stop() 106 self->watch_id = 0; in gst_avdtp_sink_stop()
|
D | gstavdtpsink.h | 66 guint watch_id; member
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | curlhttpsrc.c | 781 guint watch_id; in GST_START_TEST() local 799 watch_id = gst_bus_add_watch (bus, bus_message, &context); in GST_START_TEST() 808 g_source_remove (watch_id); in GST_START_TEST() 841 guint watch_id; in GST_START_TEST() local 867 watch_id = gst_bus_add_watch (bus, bus_message, &context); in GST_START_TEST() 879 g_source_remove (watch_id); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.h | 1195 gulong watch_id);
|
D | gstelement.c | 3804 gst_element_remove_property_notify_watch (GstElement * element, gulong watch_id) in gst_element_remove_property_notify_watch() argument 3806 g_signal_handler_disconnect (element, watch_id); in gst_element_remove_property_notify_watch()
|