Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgoutputstream.c139 klass->flush_async = g_output_stream_real_flush_async; in g_output_stream_class_init()
882 if (class->flush_async == NULL) in g_output_stream_flush_async()
893 class->flush_async (stream, io_priority, cancellable, in g_output_stream_flush_async()
Dgoutputstream.h107 void (* flush_async) (GOutputStream *stream, member
Dgfilteroutputstream.c123 ostream_class->flush_async = g_filter_output_stream_flush_async; in g_filter_output_stream_class_init()
Dgbufferedoutputstream.c144 ostream_class->flush_async = g_buffered_output_stream_flush_async; in G_DEFINE_TYPE()
DChangeLog328 close_async (was comparing to flush_async).