Searched refs:watch_id (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Dmaemo6.c50 static guint watch_id; variable
203 watch_id = g_dbus_add_signal_watch(conn, NULL, MCE_SIGNAL_PATH,
216 if (watch_id > 0)
217 g_dbus_remove_watch(conn, watch_id);
H A Dhciops.c143 guint watch_id; member in struct:dev_info
2250 if (dev->watch_id > 0)
2251 g_source_remove(dev->watch_id);
2474 dev->watch_id = g_io_add_watch_full(chan, G_PRIORITY_LOW, cond,
/external/bluetooth/bluez/audio/
H A Dgstavdtpsink.h72 guint watch_id; member in struct:_GstAvdtpSink
H A Dgstavdtpsink.c165 if (self->watch_id != 0) {
166 g_source_remove(self->watch_id);
167 self->watch_id = 0;
1448 self->watch_id = 0;
1460 self->watch_id = g_io_add_watch(self->server, G_IO_HUP | G_IO_ERR |
/external/bluetooth/bluez/network/
H A Dserver.c82 guint watch_id; /* Client service watch */ member in struct:network_server
658 ns->watch_id = 0;
697 ns->watch_id = g_dbus_add_disconnect_watch(conn,
722 g_dbus_remove_watch(conn, ns->watch_id);

Completed in 163 milliseconds