Home
last modified time | relevance | path

Searched refs:watch_id (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gio/
Dgiosrc-mounting.c101 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/
Dgdbus-tests.c123 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/
Dplayrec.c102 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/
Dgmemorymonitordbus.c40 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()
Dgmenuexporter.c466 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
599watch_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()
Dgdbusmenumodel.c244 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()
Dgdbus-tool.c2235 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/
Dlevel-example.c96 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/
Dgstavdtpsink.c104 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()
Dgstavdtpsink.h66 guint watch_id; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c781 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/
Dgstelement.h1195 gulong watch_id);
Dgstelement.c3804 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()