Flutter Engine
The Flutter Engine
lib
ui
window
platform_isolate.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_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
6
#define FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
7
8
#include "third_party/dart/runtime/include/dart_api.h"
9
10
namespace
flutter
{
11
12
class
PlatformIsolateNativeApi
{
13
public
:
14
static
void
Spawn
(
Dart_Handle
entry_point);
15
16
static
bool
IsRunningOnPlatformThread
();
17
};
18
19
}
// namespace flutter
20
21
#endif
// FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
flutter::PlatformIsolateNativeApi
Definition:
platform_isolate.h:12
flutter::PlatformIsolateNativeApi::IsRunningOnPlatformThread
static bool IsRunningOnPlatformThread()
Definition:
platform_isolate.cc:36
flutter::PlatformIsolateNativeApi::Spawn
static void Spawn(Dart_Handle entry_point)
Definition:
platform_isolate.cc:16
Dart_Handle
struct _Dart_Handle * Dart_Handle
Definition:
dart_api.h:258
flutter
Definition:
asset_manager.cc:10
Generated on Sun Jun 23 2024 21:55:06 for Flutter Engine by
1.9.4