HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_HUP (Results 26 - 33 of 33) sorted by null

12

  /external/bluetooth/bluez/src/
security.c 940 if (cond & (G_IO_NVAL | G_IO_HUP | G_IO_ERR)) {
1141 G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
device.c     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 381 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 433 if (cond & G_IO_HUP || cond & G_IO_NVAL)
888 self->watch_id = g_io_add_watch(self->server, G_IO_HUP | G_IO_ERR |
    [all...]
headset.c 1203 if (cond & (G_IO_ERR | G_IO_HUP)) {
1312 g_io_add_watch(chan, G_IO_IN | G_IO_ERR | G_IO_HUP| G_IO_NVAL,
    [all...]
avdtp.c 840 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
    [all...]
control.c 655 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/bluetooth/glib/glib/
gmain.c     [all...]

Completed in 297 milliseconds

12