Searched refs:g_io_channel_read (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/tests/ |
D | gio-test.c | 81 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()
|
D | timeloop.c | 42 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
D | timeloop-closure.c | 43 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
D | mainloop-test.c | 66 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
/external/bluetooth/bluez/plugins/ |
D | echo.c | 53 err = g_io_channel_read(chan, (gchar *) buf, sizeof(buf), &len); in session_event()
|
/external/bluetooth/glib/glib/ |
D | giochannel.h | 174 GIOError g_io_channel_read (GIOChannel *channel,
|
D | giochannel.c | 203 g_io_channel_read (GIOChannel *channel, in g_io_channel_read() function
|
D | galiasdef.c | 1124 #undef g_io_channel_read 1125 extern __typeof (g_io_channel_read) g_io_channel_read __attribute((alias("IA__g_io_channel_read"), …
|
D | galias.h | 1117 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/ |
D | glib-sections.txt | 797 g_io_channel_read
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 47 * glib/giochannel.c (g_io_channel_read): Return 1992 * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
|
D | ChangeLog.pre-2-18 | 933 code should call only g_io_channel_read()." but gio_channel_read() is
|
D | ChangeLog.pre-2-0 | 206 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
|