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

  /external/bluetooth/bluez/audio/
gstavdtpsink.h 71 guint watch_id; member in struct:_GstAvdtpSink
  /external/bluetooth/bluez/gdbus/
mainloop.c 51 guint watch_id; member in struct:watch_info
57 guint watch_id; member in struct:server_info
138 info->watch_id = g_io_add_watch(info->io, cond, watch_func, watch);
150 g_source_remove(info->watch_id);
  /external/bluetooth/bluez/src/
security.c 76 int watch_id; member in struct:g_io_info
1140 io_data[hdev].watch_id = g_io_add_watch_full(chan, G_PRIORITY_HIGH,
1165 g_source_remove(io_data[hdev].watch_id);
1167 io_data[hdev].watch_id = -1;

Completed in 171 milliseconds