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

  /external/bluetooth/glib/gio/
gmemoryinputstream.c 64 static gssize g_memory_input_stream_skip (GInputStream *stream,
132 istream_class->skip = g_memory_input_stream_skip;
314 g_memory_input_stream_skip (GInputStream *stream, function
387 nskipped = g_memory_input_stream_skip (stream, count, cancellable, NULL);

Completed in 87 milliseconds