Home
last modified time | relevance | path

Searched refs:g_io_add_watch (Results 1 – 21 of 21) sorted by relevance

/external/bluez/utils/sdpd/
Dserver.c235 g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in io_accept_event()
273 g_io_add_watch(l2cap_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in start_sdp_server()
280 g_io_add_watch(unix_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in start_sdp_server()
/external/bluez/utils/plugins/
Decho.c85 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in connect_event()
119 g_io_add_watch(io, G_IO_IN, connect_event, NULL); in setup_rfcomm()
Dnetlink.c69 g_io_add_watch(channel, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in create_channel()
/external/bluez/utils/test/
Dhciemu.c477 g_io_add_watch(sk_io, G_IO_IN | G_IO_NVAL, io_conn_ind, NULL); in scan_enable()
496 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP, in accept_connection()
601 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP, in create_connection()
1331 g_io_add_watch(dev_io, G_IO_IN, io_hci_data, NULL); in main()
/external/bluez/utils/common/
Dglib-helper.c230 g_io_add_watch(chan, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in connect_watch()
271 g_io_add_watch(chan, G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in create_search_context()
652 g_io_add_watch(io_ctxt->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in transport_listen()
724 g_io_add_watch(io_ctxt->io, G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in transport_connect()
/external/bluez/utils/audio/
Dcontrol.c634 session->io = g_io_add_watch(io, in avctp_connect_session()
719 session->io = g_io_add_watch(chan, flags, (GIOFunc) session_cb, in avctp_server_cb()
808 session->io = g_io_add_watch(chan, in avctp_connect_cb()
Dheadset.c702 g_io_add_watch(chan, G_IO_IN | G_IO_ERR | G_IO_HUP| G_IO_NVAL, in rfcomm_connect_cb()
1778 g_io_add_watch(hs->rfcomm, in headset_set_authorized()
1825 hs->sco_id = g_io_add_watch(hs->sco, in headset_set_state()
Dunix.c1142 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in server_cb()
1179 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in unix_init()
Davdtp.c777 stream->io = g_io_add_watch(channel, G_IO_ERR | G_IO_HUP | G_IO_NVAL, in handle_transport_connect()
1848 session->io = g_io_add_watch(chan, in l2cap_connect_cb()
3040 session->io = g_io_add_watch(io, in auth_cb()
3093 session->io = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL, in avdtp_server_cb()
Dgstavdtpsink.c865 self->watch_id = g_io_add_watch(self->server, G_IO_HUP | G_IO_ERR | in gst_avdtp_sink_start()
/external/bluez/utils/gdbus/
Dmainloop.c138 info->watch_id = g_io_add_watch(info->io, cond, watch_func, watch); in add_watch()
/external/bluez/utils/network/
Dconnection.c222 g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL, in bnep_connect_cb()
262 g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in bnep_connect()
/external/bluez/utils/input/
Dfakehid.c408 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in fake_hid_connadd()
Ddevice.c418 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, in rfcomm_connect_cb()
517 id = g_io_add_watch(io, G_IO_HUP | G_IO_ERR | G_IO_NVAL, cb, idev); in create_watch()
/external/bluez/utils/hcid/
Dmain.c939 g_io_add_watch(child_io, in main()
972 g_io_add_watch(ctl_io, G_IO_IN, io_stack_event, NULL); in main()
Ddbus-sdp.c167 s->io_id = g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, in cache_sdp_session()
860 ctxt->io_id = g_io_add_watch(chan, in sdp_client_connect_cb()
911 g_io_add_watch(chan, G_IO_OUT, sdp_client_connect_cb, c); in connect_request()
Dadapter.c2699 adapter->bonding->io_id = g_io_add_watch(io, in create_bonding_conn_complete()
2837 bonding->io_id = g_io_add_watch(bonding->io, in create_bonding()
/external/bluez/utils/serial/
Dport.c308 node->io_id = g_io_add_watch(node->io, G_IO_ERR | G_IO_NVAL | G_IO_HUP, in port_add_listener()
Dmanager.c1042 prx->rfcomm_watch = g_io_add_watch(chan, in connect_event_cb()
1046 prx->local_watch = g_io_add_watch(io, in connect_event_cb()
/external/bluez/utils/eglib/
Dgmain.h154 guint g_io_add_watch(GIOChannel *channel, GIOCondition condition,
Dgmain.c386 guint g_io_add_watch(GIOChannel *channel, GIOCondition condition, in g_io_add_watch() function
774 g_io_add_watch(io, G_IO_IN, child_watch, NULL); in init_child_pipe()