HomeSort by relevance Sort by last modified time
    Searched refs:g_input_stream_read (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 53 bytes_read = g_input_stream_read (stream, buffer, chunk_size, NULL, &error);
unix-streams.c 91 nread = g_input_stream_read (in, buf + total, sizeof (buf) - total,
live-g-file.c 457 g_input_stream_read (G_INPUT_STREAM (ins), buffer + total_read,
    [all...]
  /external/bluetooth/glib/gio/
gdatainputstream.c 319 res = g_input_stream_read (G_INPUT_STREAM (stream),
802 res = g_input_stream_read (G_INPUT_STREAM (stream),
921 res = g_input_stream_read (G_INPUT_STREAM (stream),
962 bytes = g_input_stream_read (G_INPUT_STREAM (data->stream),
    [all...]
ginputstream.h 116 gssize g_input_stream_read (GInputStream *stream,
ginputstream.c 41 * 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,
    [all...]
gfilterinputstream.c 297 nread = g_input_stream_read (base_stream,
gbufferedinputstream.c 678 nread = g_input_stream_read (base_stream,
809 nread = g_input_stream_read (base_stream,
    [all...]
gio.symbols 490 g_input_stream_read
goutputstream.c 420 n_read = g_input_stream_read (source, buffer, sizeof (buffer), cancellable, error);
    [all...]
gfile.c     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 307 gssize bytesRead = g_input_stream_read(g_io_stream_get_input_stream(G_IO_STREAM(handle)),

Completed in 34 milliseconds