/external/bluetooth/glib/gio/ |
D | gsimpleasyncresult.h | 35 …ULT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_SIMPLE_ASYNC_RESULT, GSimpleAsyncResult)) 51 GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object, 55 GSimpleAsyncResult *g_simple_async_result_new_error (GObject *source_object, 62 GSimpleAsyncResult *g_simple_async_result_new_from_error (GObject *source_object, 67 void g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *simple, 70 gpointer g_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult *simple); 72 void g_simple_async_result_set_op_res_gssize (GSimpleAsyncResult *simple, 74 gssize g_simple_async_result_get_op_res_gssize (GSimpleAsyncResult *simple); 76 void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *simple, 78 gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple); [all …]
|
D | gsimpleasyncresult.c | 143 G_DEFINE_TYPE_WITH_CODE (GSimpleAsyncResult, g_simple_async_result, G_TYPE_OBJECT, in G_DEFINE_TYPE_WITH_CODE() argument 150 GSimpleAsyncResult *simple; in G_DEFINE_TYPE_WITH_CODE() 175 g_simple_async_result_init (GSimpleAsyncResult *simple) in g_simple_async_result_init() 192 GSimpleAsyncResult * 198 GSimpleAsyncResult *simple; in g_simple_async_result_new() 225 GSimpleAsyncResult * 231 GSimpleAsyncResult *simple; in g_simple_async_result_new_from_error() 257 GSimpleAsyncResult * 266 GSimpleAsyncResult *simple; in g_simple_async_result_new_error() 315 g_simple_async_result_set_handle_cancellation (GSimpleAsyncResult *simple, in g_simple_async_result_set_handle_cancellation() [all …]
|
D | goutputstream.c | 633 GSimpleAsyncResult *simple; in g_output_stream_write_async() 695 GSimpleAsyncResult *simple; in g_output_stream_write_finish() 822 GSimpleAsyncResult *simple; in g_output_stream_splice_finish() 862 GSimpleAsyncResult *simple; in g_output_stream_flush_async() 913 GSimpleAsyncResult *simple; in g_output_stream_flush_finish() 962 GSimpleAsyncResult *simple; in g_output_stream_close_async() 1011 GSimpleAsyncResult *simple; in g_output_stream_close_finish() 1129 write_async_thread (GSimpleAsyncResult *res, in write_async_thread() 1157 GSimpleAsyncResult *res; in g_output_stream_real_write_async() 1175 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_output_stream_real_write_finish() [all …]
|
D | ginputstream.c | 543 GSimpleAsyncResult *simple; in g_input_stream_read_async() 604 GSimpleAsyncResult *simple; in g_input_stream_read_finish() 668 GSimpleAsyncResult *simple; in g_input_stream_skip_async() 729 GSimpleAsyncResult *simple; in g_input_stream_skip_finish() 778 GSimpleAsyncResult *simple; in g_input_stream_close_async() 828 GSimpleAsyncResult *simple; in g_input_stream_close_finish() 944 read_async_thread (GSimpleAsyncResult *res, in read_async_thread() 975 GSimpleAsyncResult *res; in g_input_stream_real_read_async() 993 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_input_stream_real_read_finish() 1011 skip_async_thread (GSimpleAsyncResult *res, in skip_async_thread() [all …]
|
D | gfileenumerator.c | 339 GSimpleAsyncResult *simple; in g_file_enumerator_next_files_async() 404 GSimpleAsyncResult *simple; in g_file_enumerator_next_files_finish() 519 GSimpleAsyncResult *simple; in g_file_enumerator_close_finish() 620 next_files_thread (GSimpleAsyncResult *res, in next_files_thread() 671 GSimpleAsyncResult *res; in g_file_enumerator_real_next_files_async() 691 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_file_enumerator_real_next_files_finish() 706 close_async_thread (GSimpleAsyncResult *res, in close_async_thread() 736 GSimpleAsyncResult *res; in g_file_enumerator_real_close_async() 757 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_file_enumerator_real_close_finish()
|
D | gfile.c | 903 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_enumerate_children_finish() 1132 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_query_info_finish() 1266 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_query_filesystem_info_finish() 1380 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_find_enclosing_mount_finish() 1694 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_read_finish() 1766 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_append_to_finish() 1839 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_create_finish() 1919 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_replace_finish() 2586 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_copy_finish() 3105 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_set_display_name_finish() [all …]
|
D | gloadableicon.c | 184 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_loadable_icon_load_finish() 214 load_async_thread (GSimpleAsyncResult *res, in load_async_thread() 250 GSimpleAsyncResult *res; in g_loadable_icon_real_load_async() 266 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_loadable_icon_real_load_finish()
|
D | gbufferedinputstream.c | 476 GSimpleAsyncResult *simple; in g_buffered_input_stream_fill_async() 536 GSimpleAsyncResult *simple; in g_buffered_input_stream_fill_finish() 933 GSimpleAsyncResult *simple; in fill_async_callback() 976 GSimpleAsyncResult *simple; in g_buffered_input_stream_real_fill_async() 1012 GSimpleAsyncResult *simple; in g_buffered_input_stream_real_fill_finish() 1040 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (user_data); in large_read_callback() 1071 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (user_data); in read_fill_buffer_callback() 1124 GSimpleAsyncResult *simple; in g_buffered_input_stream_read_async() 1189 GSimpleAsyncResult *simple; in g_buffered_input_stream_read_finish() 1218 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (user_data); in large_skip_callback() [all …]
|
D | gbufferedoutputstream.c | 548 flush_buffer_thread (GSimpleAsyncResult *result, in flush_buffer_thread() 617 GSimpleAsyncResult *res; in g_buffered_output_stream_write_async() 663 GSimpleAsyncResult *simple; in g_buffered_output_stream_write_finish() 694 GSimpleAsyncResult *res; in g_buffered_output_stream_flush_async() 720 GSimpleAsyncResult *simple; in g_buffered_output_stream_flush_finish() 737 GSimpleAsyncResult *res; in g_buffered_output_stream_close_async() 762 GSimpleAsyncResult *simple; in g_buffered_output_stream_close_finish()
|
D | giotypes.h | 102 typedef struct _GSimpleAsyncResult GSimpleAsyncResult; typedef 190 typedef void (*GSimpleAsyncThreadFunc) (GSimpleAsyncResult *res,
|
D | gfileinputstream.c | 253 GSimpleAsyncResult *simple; in g_file_input_stream_query_info_finish() 406 query_info_async_thread (GSimpleAsyncResult *res, in query_info_async_thread() 443 GSimpleAsyncResult *res; in g_file_input_stream_real_query_info_async() 461 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_input_stream_real_query_info_finish()
|
D | gmemoryinputstream.c | 348 GSimpleAsyncResult *simple; in g_memory_input_stream_read_async() 366 GSimpleAsyncResult *simple; in g_memory_input_stream_read_finish() 384 GSimpleAsyncResult *simple; in g_memory_input_stream_skip_async() 402 GSimpleAsyncResult *simple; in g_memory_input_stream_skip_finish() 419 GSimpleAsyncResult *simple; in g_memory_input_stream_close_async()
|
D | gmount.c | 392 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_mount_unmount_finish() 467 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_mount_eject_finish() 549 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_mount_remount_finish() 639 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_mount_guess_content_type_finish()
|
D | gmemoryoutputstream.c | 428 GSimpleAsyncResult *simple; in g_memory_output_stream_write_async() 453 GSimpleAsyncResult *simple; in g_memory_output_stream_write_finish() 473 GSimpleAsyncResult *simple; in g_memory_output_stream_close_async() 493 GSimpleAsyncResult *simple; in g_memory_output_stream_close_finish()
|
D | gfileoutputstream.c | 262 GSimpleAsyncResult *simple; in g_file_output_stream_query_info_finish() 508 query_info_async_thread (GSimpleAsyncResult *res, in query_info_async_thread() 545 GSimpleAsyncResult *res; in g_file_output_stream_real_query_info_async() 563 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_output_stream_real_query_info_finish()
|
D | gfilteroutputstream.c | 425 GSimpleAsyncResult *simple = user_data; in g_filter_output_stream_close_ready() 447 GSimpleAsyncResult *simple; in g_filter_output_stream_close_async() 474 GSimpleAsyncResult *simple; in g_filter_output_stream_close_finish()
|
D | gfilterinputstream.c | 439 GSimpleAsyncResult *simple = user_data; in g_filter_input_stream_close_ready() 461 GSimpleAsyncResult *simple; in g_filter_input_stream_close_async() 488 GSimpleAsyncResult *simple; in g_filter_input_stream_close_finish()
|
D | gunixoutputstream.c | 421 GSimpleAsyncResult *simple; in write_async_cb() 507 GSimpleAsyncResult *simple; in g_unix_output_stream_write_finish() 527 GSimpleAsyncResult *simple; in close_async_cb()
|
D | gdrive.c | 412 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_drive_eject_finish() 482 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_drive_poll_for_media_finish()
|
D | gfileicon.c | 306 GSimpleAsyncResult *simple; in load_async_callback() 364 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (res); in g_file_icon_load_finish()
|
D | gvolume.c | 412 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_volume_mount_finish() 481 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result); in g_volume_eject_finish()
|
D | gunixinputstream.c | 434 GSimpleAsyncResult *simple; in read_async_cb() 520 GSimpleAsyncResult *simple; in g_unix_input_stream_read_finish() 571 GSimpleAsyncResult *simple; in close_async_cb()
|
D | gunixmount.c | 252 GSimpleAsyncResult *simple; in eject_unmount_cb() 355 GSimpleAsyncResult *simple; in eject_unmount_do_cb()
|
D | gunixvolume.c | 300 GSimpleAsyncResult *simple; in eject_mount_cb() 414 GSimpleAsyncResult *simple; in eject_mount_do()
|
/external/bluetooth/glib/gio/tests/ |
D | simple-async-result.c | 62 GSimpleAsyncResult *result; in test_simple_async()
|