Searched refs:g_io_channel_write (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Decho.c57 g_io_channel_write(chan, (const gchar *) buf, len, &written);
/external/bluetooth/glib/tests/
H A Dtimeloop-closure.c67 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
H A Dtimeloop.c66 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
H A Dmainloop-test.c90 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
/external/bluetooth/glib/glib/
H A Dgiochannel.h178 GIOError g_io_channel_write (GIOChannel *channel,
H A Dgiochannel.c235 * g_io_channel_write:
248 g_io_channel_write (GIOChannel *channel, function
2008 * Replacement for g_io_channel_write() with the new API.
H A Dgaliasdef.c1130 #undef g_io_channel_write macro
1131 extern __typeof (g_io_channel_write) g_io_channel_write __attribute((alias("IA__g_io_channel_write"), visibility("default")));
H A Dgalias.h1123 extern __typeof (g_io_channel_write) IA__g_io_channel_write __attribute((visibility("hidden")));
1124 #define g_io_channel_write IA__g_io_channel_write macro

Completed in 88 milliseconds