/external/bluetooth/glib/gio/ |
gfileenumerator.h | 80 void (* close_async) (GFileEnumerator *enumerator, member in struct:_GFileEnumeratorClass
|
ginputstream.h | 96 void (* close_async) (GInputStream *stream, member in struct:_GInputStreamClass
|
gfileenumerator.c | 153 klass->close_async = g_file_enumerator_real_close_async; 490 (* class->close_async) (enumerator, io_priority, cancellable,
|
goutputstream.h | 115 void (* close_async) (GOutputStream *stream, member in struct:_GOutputStreamClass
|
ginputstream.c | 133 klass->close_async = g_input_stream_real_close_async; 808 class->close_async (stream, io_priority, cancellable, [all...] |
gfilterinputstream.c | 126 istream_class->close_async = g_filter_input_stream_close_async;
|
gfilteroutputstream.c | 125 ostream_class->close_async = g_filter_output_stream_close_async;
|
gmemoryinputstream.c | 139 istream_class->close_async = g_memory_input_stream_close_async;
|
gmemoryoutputstream.c | 126 ostream_class->close_async = g_memory_output_stream_close_async;
|
gunixinputstream.c | 148 stream_class->close_async = g_unix_input_stream_close_async;
|
gunixoutputstream.c | 134 stream_class->close_async = g_unix_output_stream_close_async;
|
goutputstream.c | 141 klass->close_async = g_output_stream_real_close_async; 991 class->close_async (stream, io_priority, cancellable, [all...] |
gbufferedoutputstream.c | 146 ostream_class->close_async = g_buffered_output_stream_close_async;
|