Searched defs:g_input_stream_read (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dginputstream.c41 * GInputStream has functions to read from a stream (g_input_stream_read()),
146 * g_input_stream_read:
175 g_input_stream_read (GInputStream *stream, function
234 * This function is similar to g_input_stream_read(), except it tries to
264 res = g_input_stream_read (stream, (char *)buffer + _bytes_read, count - _bytes_read,
293 * This is identical to g_input_stream_read(), from a behaviour standpoint,

Completed in 40 milliseconds