Home
last modified time | relevance | path

Searched refs:g_io_channel_read (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/
Dgio-test.c81 error = g_io_channel_read (channel, bufp, left, &nb); in read_all()
240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb); in recv_windows_message()
Dtimeloop.c42 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
Dtimeloop-closure.c43 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
Dmainloop-test.c66 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
/external/bluetooth/bluez/plugins/
Decho.c53 err = g_io_channel_read(chan, (gchar *) buf, sizeof(buf), &len); in session_event()
/external/bluetooth/glib/glib/
Dgiochannel.h174 GIOError g_io_channel_read (GIOChannel *channel,
Dgiochannel.c203 g_io_channel_read (GIOChannel *channel, in g_io_channel_read() function
Dgaliasdef.c1124 #undef g_io_channel_read
1125 extern __typeof (g_io_channel_read) g_io_channel_read __attribute((alias("IA__g_io_channel_read"), …
Dgalias.h1117 extern __typeof (g_io_channel_read) IA__g_io_channel_read __attribute((visibility("hidden")));
1118 #define g_io_channel_read IA__g_io_channel_read macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt797 g_io_channel_read
/external/bluetooth/glib/
DChangeLog.pre-2-447 * glib/giochannel.c (g_io_channel_read): Return
1992 * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
DChangeLog.pre-2-18933 code should call only g_io_channel_read()." but gio_channel_read() is
DChangeLog.pre-2-0206 g_io_channel_read(). Set encoding to NULL for the channels used
1626 * glib/giochannel.c (g_io_channel_read/write_chars): Handle NUL
5287 (recv_message): Loop calling g_io_channel_read() (in a new