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

  /external/bluetooth/bluez/plugins/
pnat.c 66 guint io_watch; /* Client IO watch id */ member in struct:dun_client
97 if (client->io_watch > 0) {
98 g_source_remove(client->io_watch);
99 client->io_watch = 0;
141 client->io_watch = 0;
222 g_source_remove(client->io_watch);
225 client->io_watch = g_io_add_watch(client->io,
356 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,
  /external/bluetooth/bluez/network/
server.c 62 guint io_watch; member in struct:network_session
302 if (session->io_watch)
303 g_source_remove(session->io_watch);
375 session->io_watch = g_io_add_watch(session->io, G_IO_ERR | G_IO_HUP,

Completed in 1609 milliseconds