Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
ZIRCON_FFI_EXPORT zircon_dart_handle_pair_t * | zircon_dart_channel_create (uint32_t options) |
ZIRCON_FFI_EXPORT int32_t | zircon_dart_channel_write (zircon_dart_handle_t *handle, zircon_dart_byte_array_t *bytes, zircon_dart_handle_list_t *handles) |
ZIRCON_FFI_EXPORT zircon_dart_handle_pair_t * zircon_dart_channel_create | ( | uint32_t | options | ) |
Definition at line 23 of file channel.cc.
ZIRCON_FFI_EXPORT int32_t zircon_dart_channel_write | ( | zircon_dart_handle_t * | handle, |
zircon_dart_byte_array_t * | bytes, | ||
zircon_dart_handle_list_t * | handles | ||
) |
Definition at line 37 of file channel.cc.