Home
last modified time | relevance | path

Searched refs:io_watch (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/plugins/
Dpnat.c66 guint io_watch; /* Client IO watch id */ member
101 if (client->io_watch > 0) { in disconnect()
102 g_source_remove(client->io_watch); in disconnect()
103 client->io_watch = 0; in disconnect()
148 client->io_watch = 0; in client_event()
219 g_source_remove(client->io_watch); in tty_try_open()
222 client->io_watch = g_io_add_watch(client->io, in tty_try_open()
352 client->io_watch = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL, in confirm_cb()
/external/bluetooth/bluez/test/
Dbtiotest.c80 static gboolean io_watch(GIOChannel *io, GIOCondition cond, gpointer user_data) in io_watch() function
157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data, in connect_cb()