Home
last modified time | relevance | path

Searched refs:G_SEEKABLE (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dmemory-output-stream.c44 g_seekable_truncate (G_SEEKABLE (mo), 0, NULL, &error); in test_truncate()
71 g_seekable_seek (G_SEEKABLE (mo), 0, G_SEEK_CUR, NULL, NULL); in test_data_size()
72 pos = g_seekable_tell (G_SEEKABLE (mo)); in test_data_size()
77 g_seekable_seek (G_SEEKABLE (mo), 0, G_SEEK_SET, NULL, NULL); in test_data_size()
78 pos = g_seekable_tell (G_SEEKABLE (mo)); in test_data_size()
Dmemory-input-stream.c62 res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error); in test_read_chunks()
Ddata-input-stream.c35 gboolean res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error); in test_seek_to_start()
/external/bluetooth/glib/gio/
Dgseekable.h35 #define G_SEEKABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SEEKABLE, GSeekable)) macro
Dginputstream.c360 if (G_IS_SEEKABLE (stream) && g_seekable_can_seek (G_SEEKABLE (stream))) in g_input_stream_real_skip()
362 if (g_seekable_seek (G_SEEKABLE (stream), in g_input_stream_real_skip()
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt824 G_SEEKABLE