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

  /external/bluetooth/glib/glib/
gpoll.c 396 if (f->events & G_IO_PRI)
398 if (f->fd > maxfd && (f->events & (G_IO_IN|G_IO_OUT|G_IO_PRI)))
418 f->revents |= G_IO_PRI;
giochannel.h 90 G_IO_PRI GLIB_SYSDEF_POLLPRI,
gmain.c     [all...]
  /external/bluetooth/glib/gobject/
gsourceclosure.c 53 { G_IO_PRI, "G_IO_PRI", "pri" },
  /external/bluetooth/glib/tests/
gio-test.c 126 (cond & G_IO_PRI) ? " PRI" : "");
346 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,

Completed in 36 milliseconds