Searched refs:g_io_add_watch_full (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/glib/glib/ |
D | giochannel.h | 191 guint g_io_add_watch_full (GIOChannel *channel,
|
D | giochannel.c | 538 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()
|
D | galiasdef.c | 1036 #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…
|
D | galias.h | 1029 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/ |
D | btio.c | 220 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/ |
D | mcap.c | 1641 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/ |
D | btiotest.c | 157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data, in connect_cb()
|
/external/bluetooth/bluez/attrib/ |
D | gattrib.c | 309 attrib->write_watch = g_io_add_watch_full(attrib->io, in wake_up_sender()
|
/external/bluetooth/bluez/network/ |
D | server.c | 534 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 1163 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in sap_connect_cb()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 768 g_io_add_watch_full
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 698 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/ |
D | ChangeLog.pre-2-18 | 296 Bug 324234 - Using g_io_add_watch_full() to wait for connect() to
|
D | NEWS | 458 324234 Using g_io_add_watch_full() to wait for connect() to return...
|
/external/bluetooth/bluez/audio/ |
D | avdtp.c | 2370 session->io_id = g_io_add_watch_full(chan, in avdtp_connect_cb()
|