Home
last modified time | relevance | path

Searched refs:g_io_add_watch_full (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/glib/glib/
Dgiochannel.h191 guint g_io_add_watch_full (GIOChannel *channel,
Dgiochannel.c538 g_io_add_watch_full (GIOChannel *channel, in g_io_add_watch_full() function
580 return g_io_add_watch_full (channel, G_PRIORITY_DEFAULT, condition, func, user_data, NULL); in g_io_add_watch()
Dgaliasdef.c1036 #undef g_io_add_watch_full
1037 extern __typeof (g_io_add_watch_full) g_io_add_watch_full __attribute((alias("IA__g_io_add_watch_fu…
Dgalias.h1029 extern __typeof (g_io_add_watch_full) IA__g_io_add_watch_full __attribute((visibility("hidden")));
1030 #define g_io_add_watch_full IA__g_io_add_watch_full macro
/external/bluetooth/bluez/btio/
Dbtio.c220 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, server_cb, server, in server_add()
236 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, connect_cb, conn, in connect_add()
252 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, accept_cb, accept, in accept_add()
/external/bluetooth/bluez/health/
Dmcap.c1641 mdl->wid = g_io_add_watch_full(mdl->dc, G_PRIORITY_DEFAULT, in mcap_connect_mdl_cb()
1780 mcl->wid = g_io_add_watch_full(mcl->cc, G_PRIORITY_DEFAULT, in mcap_connect_mcl_cb()
1794 mdl->wid = g_io_add_watch_full(mdl->dc, G_PRIORITY_DEFAULT, in set_mdl_properties()
1930 mcl->wid = g_io_add_watch_full(mcl->cc, G_PRIORITY_DEFAULT, in set_mcl_conf()
/external/bluetooth/bluez/test/
Dbtiotest.c157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data, in connect_cb()
/external/bluetooth/bluez/attrib/
Dgattrib.c309 attrib->write_watch = g_io_add_watch_full(attrib->io, in wake_up_sender()
/external/bluetooth/bluez/network/
Dserver.c534 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
/external/bluetooth/bluez/sap/
Dserver.c1163 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in sap_connect_cb()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt768 g_io_add_watch_full
/external/bluetooth/bluez/plugins/
Dhciops.c698 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in hciops_encrypt_link()
2474 dev->watch_id = g_io_add_watch_full(chan, G_PRIORITY_LOW, cond, in start_hci_dev()
/external/bluetooth/glib/
DChangeLog.pre-2-18296 Bug 324234 - Using g_io_add_watch_full() to wait for connect() to
DNEWS458 324234 Using g_io_add_watch_full() to wait for connect() to return...
/external/bluetooth/bluez/audio/
Davdtp.c2370 session->io_id = g_io_add_watch_full(chan, in avdtp_connect_cb()