Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgoutputstream.c73 static void g_output_stream_real_splice_async (GOutputStream *stream,
137 klass->splice_async = g_output_stream_real_splice_async; in g_output_stream_class_init()
1216 g_output_stream_real_splice_async (GOutputStream *stream, in g_output_stream_real_splice_async() function
1228 …imple_async_result_new (G_OBJECT (stream), callback, user_data, g_output_stream_real_splice_async); in g_output_stream_real_splice_async()
1248 …_warn_if_fail (g_simple_async_result_get_source_tag (simple) == g_output_stream_real_splice_async); in g_output_stream_real_splice_finish()