#include <pthread.h>#include <sys/resource.h>#include <sys/time.h>#include <memory>#include <optional>#include <string>#include <utility>#include "common/settings.h"#include "flutter/fml/cpu_affinity.h"#include "flutter/fml/logging.h"#include "flutter/fml/message_loop.h"#include "flutter/lib/ui/painting/image_generator_registry.h"#include "flutter/shell/common/rasterizer.h"#include "flutter/shell/common/run_configuration.h"#include "flutter/shell/common/thread_host.h"#include "flutter/shell/platform/android/android_display.h"#include "flutter/shell/platform/android/android_image_generator.h"#include "flutter/shell/platform/android/android_rendering_selector.h"#include "flutter/shell/platform/android/android_shell_holder.h"#include "flutter/shell/platform/android/context/android_context.h"#include "flutter/shell/platform/android/platform_view_android.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Functions | |
| static void | flutter::AndroidPlatformThreadConfigSetter (const fml::Thread::ThreadConfig &config) |
| static PlatformData | flutter::GetDefaultPlatformData () |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file android_shell_holder.cc.