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

  /external/bluetooth/bluez/common/
glib-helper.c 150 guint io_id; member in struct:search_context
257 ctxt->io_id = 0;
287 ctxt->io_id = g_io_add_watch(chan,
330 (*ctxt)->io_id = g_io_add_watch(chan,
397 if (ctxt->io_id)
398 g_source_remove(ctxt->io_id);
  /external/bluetooth/bluez/audio/
control.c 176 guint io_id; member in struct:control
391 if (control->io_id) {
392 g_source_remove(control->io_id);
393 control->io_id = 0;
654 control->io_id = g_io_add_watch(chan,
avdtp.c 348 guint io_id; /* Transport GSource ID */ member in struct:avdtp_stream
372 guint io_id; member in struct:avdtp
763 if (stream->io_id)
764 g_source_remove(stream->io_id);
800 stream->io_id = 0;
840 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1000 if (session->io_id) {
1001 g_source_remove(session->io_id);
1002 session->io_id = 0;
    [all...]
  /external/bluetooth/bluez/src/
device.c 83 guint io_id; member in struct:bonding_req
646 if (bonding->io_id) {
647 g_source_remove(bonding->io_id);
648 bonding->io_id = 0;
    [all...]

Completed in 434 milliseconds