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
15
extern
"C"
{
16
#endif
17
18
ZIRCON_FFI_EXPORT
zircon_dart_handle_pair_t
*
zircon_dart_channel_create
(
19
uint32_t options);
20
21
ZIRCON_FFI_EXPORT
int32_t
22
zircon_dart_channel_write
(
zircon_dart_handle_t
* handle,
23
zircon_dart_byte_array_t
* bytes,
24
zircon_dart_handle_list_t
* handles);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
// FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_
basic_types.h
zircon_dart_channel_write
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_dart_channel_create
ZIRCON_FFI_EXPORT zircon_dart_handle_pair_t * zircon_dart_channel_create(uint32_t options)
Definition
channel.cc:23
handle.h
ZIRCON_FFI_EXPORT
#define ZIRCON_FFI_EXPORT
Definition
macros.h:8
zircon_dart_byte_array_t
Definition
basic_types.h:16
zircon_dart_handle_list_t
Definition
handle.h:27
zircon_dart_handle_pair_t
Definition
handle.h:22
zircon_dart_handle_t
Definition
handle.h:18
macros.h
shell
platform
fuchsia
dart-pkg
zircon_ffi
channel.h
Generated on Thu Nov 6 2025 16:11:27 for Flutter Engine by
1.9.8