HomeSort by relevance Sort by last modified time
    Searched full:g_memory_input_stream_read (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
gmemoryinputstream.c 59 static gssize g_memory_input_stream_read (GInputStream *stream,
131 istream_class->read_fn = g_memory_input_stream_read;
266 g_memory_input_stream_read (GInputStream *stream, function
351 nread = g_memory_input_stream_read (stream, buffer, count, cancellable, NULL);

Completed in 210 milliseconds