HomeSort by relevance Sort by last modified time
    Searched refs:io_watch (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/plugins/
pnat.c 66 guint io_watch; /* Client IO watch id */ member in struct:dun_client
101 if (client->io_watch > 0) {
102 g_source_remove(client->io_watch);
103 client->io_watch = 0;
148 client->io_watch = 0;
219 g_source_remove(client->io_watch);
222 client->io_watch = g_io_add_watch(client->io,
352 client->io_watch = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/bluetooth/bluez/test/
btiotest.c 80 static gboolean io_watch(GIOChannel *io, GIOCondition cond, gpointer user_data) function
157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data,

Completed in 137 milliseconds