HomeSort by relevance Sort by last modified time
    Searched refs:write_async (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/
goutputstream.h 87 void (* write_async) (GOutputStream *stream, member in struct:_GOutputStreamClass
gfilteroutputstream.c 121 ostream_class->write_async = g_filter_output_stream_write_async;
gmemoryoutputstream.c 124 ostream_class->write_async = g_memory_output_stream_write_async;
gunixoutputstream.c 132 stream_class->write_async = g_unix_output_stream_write_async;
goutputstream.c 135 klass->write_async = g_output_stream_real_write_async;
675 class->write_async (stream, buffer, count, io_priority, cancellable,
    [all...]
gbufferedoutputstream.c 142 ostream_class->write_async = g_buffered_output_stream_write_async;

Completed in 852 milliseconds