Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
channel.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_
7
8#include "basic_types.h"
9#include "handle.h"
10#include "macros.h"
11
12#include <stdint.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
19 uint32_t options);
20
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_
const char * 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)
Definition channel.cc:37
ZIRCON_FFI_EXPORT zircon_dart_handle_pair_t * zircon_dart_channel_create(uint32_t options)
Definition channel.cc:23
#define ZIRCON_FFI_EXPORT
Definition macros.h:8