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

  /external/bluetooth/glib/gio/
ginputstream.c 51 G_DEFINE_TYPE (GInputStream, g_input_stream, G_TYPE_OBJECT);
96 stream = G_INPUT_STREAM (object);
109 stream = G_INPUT_STREAM (object);
476 GInputStream *stream = G_INPUT_STREAM (source_object);
489 GInputStream *stream = G_INPUT_STREAM (source_object);
956 op->count_read = class->read_fn (G_INPUT_STREAM (object),
1021 op->count_skipped = class->skip (G_INPUT_STREAM (object),
1053 ret = g_input_stream_read_finish (G_INPUT_STREAM (source_object), res, &error);
1063 class->read_async (G_INPUT_STREAM (source_object), data->buffer, MIN (8192, data->count), data->io_prio, data->cancellable,
    [all...]
gfileinputstream.c 142 input_stream = G_INPUT_STREAM (stream);
174 g_input_stream_clear_pending (G_INPUT_STREAM (stream));
217 input_stream = G_INPUT_STREAM (stream);
333 input_stream = G_INPUT_STREAM (stream);
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),
966 bytes = g_input_stream_skip (G_INPUT_STREAM (data->stream),
    [all...]
gbufferedinputstream.c 412 input_stream = G_INPUT_STREAM (stream);
445 g_input_stream_clear_pending (G_INPUT_STREAM (stream));
503 if (!g_input_stream_set_pending (G_INPUT_STREAM (stream), &error))
880 input_stream = G_INPUT_STREAM (stream);
938 res = g_input_stream_read_finish (G_INPUT_STREAM (source_object),
1048 nread = g_input_stream_read_finish (G_INPUT_STREAM (source_object),
    [all...]
ginputstream.h 35 #define G_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_INPUT_STREAM, GInputStream))
gfilterinputstream.c 164 filter_stream->base_stream = G_INPUT_STREAM (obj);
442 g_input_stream_close_finish (G_INPUT_STREAM (object), result, &error);
gfileicon.c 283 return G_INPUT_STREAM (stream);
gunixinputstream.c 265 return G_INPUT_STREAM (stream);
gfile.c     [all...]
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 58 stream = G_INPUT_STREAM (g_data_input_stream_new (base_stream));
138 stream = G_INPUT_STREAM (g_data_input_stream_new (base_stream));
296 stream = G_INPUT_STREAM (g_data_input_stream_new (base_stream));
sleepy-stream.c 212 data = g_data_input_stream_new (G_INPUT_STREAM (stream));
267 data = g_data_input_stream_new (G_INPUT_STREAM (sleepy));
unix-streams.c 134 GInputStream *in = G_INPUT_STREAM (source);
live-g-file.c 457 g_input_stream_read (G_INPUT_STREAM (ins), buffer + total_read,
467 res = g_input_stream_close (G_INPUT_STREAM (ins), NULL, &error);
941 g_input_stream_close (G_INPUT_STREAM (input_stream), NULL,
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 588 if (!g_input_stream_read_all(G_INPUT_STREAM(inputStream.get()),

Completed in 100 milliseconds