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

  /external/bluetooth/bluez/src/
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 178 guint io_id; member in struct:control
441 if (control->io_id) {
442 g_source_remove(control->io_id);
443 control->io_id = 0;
731 control->io_id = g_io_add_watch(chan,
741 if (control->io_id) {
742 g_source_remove(control->io_id);
743 control->io_id = 0;
806 control->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
avdtp.c 370 guint io_id; /* Transport GSource ID */ member in struct:avdtp_stream
398 guint io_id; member in struct:avdtp
786 if (stream->io_id)
787 g_source_remove(stream->io_id);
824 stream->io_id = 0;
864 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1094 if (session->io_id) {
1095 g_source_remove(session->io_id);
1096 session->io_id = 0;
    [all...]

Completed in 148 milliseconds