#include "flutter/fml/platform/android/jni_util.h"#include "flutter/shell/platform/android/android_image_generator.h"#include "flutter/shell/platform/android/flutter_main.h"#include "flutter/shell/platform/android/platform_view_android.h"#include "flutter/shell/platform/android/vsync_waiter_android.h"Go to the source code of this file.
Functions | |
| JNIEXPORT jint | JNI_OnLoad (JavaVM *vm, void *reserved) |
| JNIEXPORT jint JNI_OnLoad | ( | JavaVM * | vm, |
| void * | reserved | ||
| ) |
Definition at line 12 of file library_loader.cc.
References fml::jni::AttachCurrentThread(), FML_CHECK, fml::jni::InitJavaVM(), flutter::AndroidImageGenerator::Register(), flutter::FlutterMain::Register(), flutter::PlatformViewAndroid::Register(), and flutter::VsyncWaiterAndroid::Register().