Searched refs:watch_id (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/plugins/ |
D | maemo6.c | 50 static guint watch_id; variable 203 watch_id = g_dbus_add_signal_watch(conn, NULL, MCE_SIGNAL_PATH, in mce_probe() 216 if (watch_id > 0) in mce_remove() 217 g_dbus_remove_watch(conn, watch_id); in mce_remove()
|
D | hciops.c | 143 guint watch_id; member 2250 if (dev->watch_id > 0) in stop_hci_dev() 2251 g_source_remove(dev->watch_id); in stop_hci_dev() 2474 dev->watch_id = g_io_add_watch_full(chan, G_PRIORITY_LOW, cond, in start_hci_dev()
|
/external/bluetooth/bluez/audio/ |
D | gstavdtpsink.h | 72 guint watch_id; member
|
D | gstavdtpsink.c | 165 if (self->watch_id != 0) { in gst_avdtp_sink_stop() 166 g_source_remove(self->watch_id); in gst_avdtp_sink_stop() 167 self->watch_id = 0; in gst_avdtp_sink_stop() 1448 self->watch_id = 0; in gst_avdtp_sink_start() 1460 self->watch_id = g_io_add_watch(self->server, G_IO_HUP | G_IO_ERR | in gst_avdtp_sink_start()
|
/external/bluetooth/bluez/network/ |
D | server.c | 82 guint watch_id; /* Client service watch */ member 658 ns->watch_id = 0; in server_disconnect() 697 ns->watch_id = g_dbus_add_disconnect_watch(conn, in register_server() 722 g_dbus_remove_watch(conn, ns->watch_id); in unregister_server()
|