Home
last modified time | relevance | path

Searched refs:G_IO_PRI (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
Dgpoll.c396 if (f->events & G_IO_PRI) in g_poll()
398 if (f->fd > maxfd && (f->events & (G_IO_IN|G_IO_OUT|G_IO_PRI))) in g_poll()
418 f->revents |= G_IO_PRI; in g_poll()
Dgiochannel.h90 G_IO_PRI GLIB_SYSDEF_POLLPRI, enumerator
Dgmain.c2794 if (fds[i].revents & G_IO_PRI) in g_main_context_poll()
/external/bluetooth/glib/tests/
Dgio-test.c126 (cond & G_IO_PRI) ? " PRI" : ""); in recv_message()
346 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP, in main()
/external/bluetooth/glib/gobject/
Dgsourceclosure.c53 { G_IO_PRI, "G_IO_PRI", "pri" }, in g_io_condition_get_type()