Flutter Engine
The Flutter Engine
|
#include "channel.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/macros.h"
#include <cstdlib>
#include <vector>
#include <lib/zx/channel.h>
#include <zircon/types.h>
Go to the source code of this file.
Functions | |
static zircon_dart_handle_t * | MakeHandle (zx_handle_t handle) |
zircon_dart_handle_pair_t * | zircon_dart_channel_create (uint32_t options) |
int32_t | zircon_dart_channel_write (zircon_dart_handle_t *handle, zircon_dart_byte_array_t *bytes, zircon_dart_handle_list_t *handles) |
|
static |
Definition at line 16 of file channel.cc.
zircon_dart_handle_pair_t * zircon_dart_channel_create | ( | uint32_t | options | ) |
Definition at line 23 of file channel.cc.
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.