Searched refs:g_io_add_watch (Results 1 - 25 of 35) sorted by relevance

12

/external/bluetooth/bluez/plugins/
H A Decho.c85 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
119 g_io_add_watch(io, G_IO_IN, connect_event, NULL);
H A Dpnat.c225 client->io_watch = g_io_add_watch(client->io,
356 client->io_watch = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
/external/bluetooth/bluez/src/
H A Dsdpd-server.c233 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,
280 unix_id = g_io_add_watch(io,
H A Drfkill.c160 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
H A Dglib-helper.c258 ctxt->io_id = g_io_add_watch(chan,
302 (*ctxt)->io_id = g_io_add_watch(chan,
/external/bluetooth/glib/gio/fam/
H A Dfam-helper.c180 fam_watch_id = g_io_add_watch (ioc,
/external/bluetooth/glib/tests/
H A Dtimeloop.c153 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
H A Dgio-test.c327 g_io_add_watch (windows_messages_channel, G_IO_IN, recv_windows_message, 0);
345 g_io_add_watch (my_read_channel,
H A Dmainloop-test.c294 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
/external/bluetooth/bluez/gdbus/
H A Dmainloop.c158 info->id = g_io_add_watch(chan, cond, watch_func, info);
/external/bluetooth/glib/glib/
H A Dgiochannel.h199 guint g_io_add_watch (GIOChannel *channel,
342 * descriptors. After calling g_io_add_watch() on a IO channel
/external/bluetooth/bluez/audio/
H A Dgateway.c187 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.c710 control->io_id = g_io_add_watch(chan,
785 control->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Dunix.c1814 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,
/external/bluetooth/bluez/network/
H A Dconnection.c279 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.c375 session->io_watch = g_io_add_watch(session->io, G_IO_ERR | G_IO_HUP,
/external/bluetooth/bluez/input/
H A Dfakehid.c407 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
H A Ddevice.c345 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
779 iconn->intr_watch = g_io_add_watch(iconn->intr_io,
782 iconn->ctrl_watch = g_io_add_watch(iconn->ctrl_io,
/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,
1332 g_io_add_watch(dev_io, G_IO_IN, io_hci_data, NULL);
H A Dipctest.c876 u->stream_watch = g_io_add_watch(u->stream_channel,
932 u->gin_watch = g_io_add_watch(u->gin,
1098 data.gin_watch = g_io_add_watch(data.gin,
/external/bluetooth/glib/gio/
H A Dgunixmount.c350 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_unmount_read_error, data);
H A Dgunixvolume.c409 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_mount_read_error, data);
/external/bluetooth/bluez/serial/
H A Dproxy.c402 g_io_add_watch(prx->rfcomm,
406 g_io_add_watch(prx->local,
/external/bluetooth/bluez/attrib/
H A Dgattrib.c405 attrib->read_watch = g_io_add_watch(attrib->io,
H A Dinteractive.c819 g_io_add_watch(pchan, events, prompt_read, NULL);

Completed in 210 milliseconds

12