Flutter Engine
The Flutter Engine
basic_types.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_BASIC_TYPES_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_BASIC_TYPES_H_
7
8#include "macros.h"
9
10#include <stdint.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17 uint8_t* data;
18 uint32_t length;
20
22 uint32_t size);
23
26 uint32_t index,
27 uint8_t value);
28
31
32#ifdef __cplusplus
33} // extern "C"
34#endif
35
36#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_BASIC_TYPES_H_
ZIRCON_FFI_EXPORT void zircon_dart_byte_array_free(zircon_dart_byte_array_t *arr)
Definition: basic_types.cc:28
ZIRCON_FFI_EXPORT zircon_dart_byte_array_t * zircon_dart_byte_array_create(uint32_t size)
Definition: basic_types.cc:12
struct zircon_dart_byte_array_t zircon_dart_byte_array_t
ZIRCON_FFI_EXPORT void zircon_dart_byte_array_set_value(zircon_dart_byte_array_t *arr, uint32_t index, uint8_t value)
Definition: basic_types.cc:20
uint8_t value
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
Definition: switches.h:259
#define ZIRCON_FFI_EXPORT
Definition: macros.h:8