Searched refs:G_IO_NVAL (Results 1 - 25 of 31) sorted by relevance

12

/external/bluetooth/bluez/src/
H A Dsdpd-server.c171 if (cond & G_IO_NVAL)
209 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL))
233 g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
272 l2cap_id = g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
281 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Drfkill.c77 if (cond & (G_IO_NVAL | G_IO_HUP | G_IO_ERR))
160 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
H A Dglib-helper.c194 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
259 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
303 G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/plugins/
H A Decho.c50 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL))
85 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
H A Dpnat.c226 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
356 client->io_watch = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
/external/bluetooth/glib/gobject/
H A Dgsourceclosure.c56 { G_IO_NVAL, "G_IO_NVAL", "nval" },
/external/bluetooth/bluez/input/
H A Dfakehid.c221 if (cond & G_IO_NVAL)
407 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Ddevice.c277 if (cond & G_IO_NVAL)
345 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
406 if (iconn->ctrl_io && !(cond & G_IO_NVAL))
428 if (iconn->intr_io && !(cond & G_IO_NVAL))
780 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
783 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/attrib/
H A Dgattrib.c267 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
329 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
406 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
H A Dinteractive.c791 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
818 events = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
/external/bluetooth/bluez/audio/
H A Dgateway.c154 if (cond & G_IO_NVAL)
187 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
612 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Dcontrol.c503 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL))
711 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
785 control->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Dunix.c1705 if (cond & G_IO_NVAL)
1787 if (cond & G_IO_NVAL)
1814 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
1899 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
H A Dheadset.c1278 if (cond & G_IO_NVAL)
1359 if (cond & G_IO_NVAL)
1399 g_io_add_watch(chan, G_IO_IN | G_IO_ERR | G_IO_HUP| G_IO_NVAL,
2570 G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/network/
H A Dconnection.c199 if (cond & G_IO_NVAL)
279 g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
318 g_io_add_watch(nc->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Dserver.c450 if (cond & G_IO_NVAL)
535 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/btio/
H A Dbtio.c127 if ((cond & G_IO_NVAL) || check_nval(io))
148 if ((cond & G_IO_NVAL) || check_nval(io))
182 if ((cond & G_IO_NVAL) || check_nval(io))
219 cond = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
235 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
251 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
/external/bluetooth/glib/glib/
H A Dgiochannel.h93 G_IO_NVAL GLIB_SYSDEF_POLLNVAL enumerator in enum:__anon894
/external/bluetooth/bluez/test/
H A Dhciemu.c464 g_io_add_watch(sk_io, G_IO_IN | G_IO_NVAL, io_conn_ind, NULL);
483 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
591 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
869 if (cond & G_IO_NVAL) {
918 if (cond & G_IO_NVAL)
H A Dipctest.c877 G_IO_IN|G_IO_OUT|G_IO_ERR|G_IO_HUP|G_IO_NVAL,
933 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, data);
1099 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, &data);
H A Dbtiotest.c156 cond = G_IO_NVAL | G_IO_HUP | G_IO_ERR;
/external/bluetooth/bluez/serial/
H A Dproxy.c231 if (cond & G_IO_NVAL)
403 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
407 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/health/
H A Dmcap.c1642 G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1705 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL))
1781 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1795 G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1931 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Dhdp.c872 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,
1512 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
1609 g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL | G_IO_IN,
/external/bluetooth/bluez/sap/
H A Dserver.c1094 if (cond & G_IO_NVAL) {
1095 DBG("ERR (G_IO_NVAL) on rfcomm socket.");
1164 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,

Completed in 259 milliseconds

12