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

12

  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 199 ik_poll_fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR;
  /external/bluetooth/bluez/health/
mcap.c     [all...]
hdp.c 872 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
980 g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL | G_IO_IN,
    [all...]
  /external/bluetooth/bluez/sap/
server.c 1099 if (cond & G_IO_ERR) {
1100 DBG("ERR (G_IO_ERR) on rfcomm socket.");
1164 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 284 if (cond & (G_IO_ERR | G_IO_HUP))
699 G_IO_HUP | G_IO_ERR | G_IO_NVAL | G_IO_IN,
    [all...]
mgmtops.c 1397 if (cond & (G_IO_ERR | G_IO_HUP)) {
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 1284 if (cond & (G_IO_ERR | G_IO_HUP)) {
1399 g_io_add_watch(chan, G_IO_IN | G_IO_ERR | G_IO_HUP| G_IO_NVAL,
    [all...]
gstavdtpsink.c 489 else if (cond & G_IO_ERR)
491 "Untreated callback G_IO_ERR");
    [all...]
avdtp.c 937 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
    [all...]
manager.c 529 G_IO_NVAL | G_IO_HUP | G_IO_ERR,
  /external/bluetooth/glib/glib/
gmain.c     [all...]

Completed in 247 milliseconds

12