Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfileenumerator.h80 void (* close_async) (GFileEnumerator *enumerator, member
Dginputstream.h96 void (* close_async) (GInputStream *stream, member
Dgfileenumerator.c153 klass->close_async = g_file_enumerator_real_close_async; in g_file_enumerator_class_init()
490 (* class->close_async) (enumerator, io_priority, cancellable, in g_file_enumerator_close_async()
Dgoutputstream.h115 void (* close_async) (GOutputStream *stream, member
Dgfilteroutputstream.c125 ostream_class->close_async = g_filter_output_stream_close_async; in g_filter_output_stream_class_init()
Dginputstream.c133 klass->close_async = g_input_stream_real_close_async; in g_input_stream_class_init()
808 class->close_async (stream, io_priority, cancellable, in g_input_stream_close_async()
Dgfilterinputstream.c126 istream_class->close_async = g_filter_input_stream_close_async; in g_filter_input_stream_class_init()
Dgoutputstream.c141 klass->close_async = g_output_stream_real_close_async; in g_output_stream_class_init()
991 class->close_async (stream, io_priority, cancellable, in g_output_stream_close_async()
Dgmemoryoutputstream.c126 ostream_class->close_async = g_memory_output_stream_close_async; in G_DEFINE_TYPE_WITH_CODE()
Dgunixoutputstream.c134 stream_class->close_async = g_unix_output_stream_close_async; in g_unix_output_stream_class_init()
Dgunixinputstream.c148 stream_class->close_async = g_unix_input_stream_close_async; in g_unix_input_stream_class_init()
Dgmemoryinputstream.c139 istream_class->close_async = g_memory_input_stream_close_async; in G_DEFINE_TYPE_WITH_CODE()
Dgbufferedoutputstream.c146 ostream_class->close_async = g_buffered_output_stream_close_async; in G_DEFINE_TYPE()
DChangeLog328 close_async (was comparing to flush_async).