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 120 guint io_id; member in struct:search_context
228 ctxt->io_id = 0;
258 ctxt->io_id = g_io_add_watch(chan,
302 (*ctxt)->io_id = g_io_add_watch(chan,
360 if (ctxt->io_id)
361 g_source_remove(ctxt->io_id);
  /external/bluetooth/bluez/audio/
control.c 177 guint io_id; member in struct:control
419 if (control->io_id) {
420 g_source_remove(control->io_id);
421 control->io_id = 0;
710 control->io_id = g_io_add_watch(chan,
720 if (control->io_id) {
721 g_source_remove(control->io_id);
722 control->io_id = 0;
785 control->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
avdtp.c 368 guint io_id; /* Transport GSource ID */ member in struct:avdtp_stream
400 guint io_id; member in struct:avdtp
794 if (stream->io_id)
795 g_source_remove(stream->io_id);
832 stream->io_id = 0;
937 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1168 if (session->io_id) {
1169 g_source_remove(session->io_id);
1170 session->io_id = 0;
    [all...]

Completed in 2051 milliseconds