|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "AndroidInterface.h"#include "AndroidSerial.h"#include <QtCore/QJniEnvironment>#include "QGCLoggingCategory.h"
Include dependency graph for AndroidInit.cc:Go to the source code of this file.
Functions | |
| QGC_LOGGING_CATEGORY (AndroidInitLog, "Android.AndroidInit") | |
| static jboolean | jniInit (JNIEnv *env, jobject thiz) |
| static jint | jniSetNativeMethods () |
| jint | JNI_OnLoad (JavaVM *vm, void *) |
| void | JNI_OnUnload (JavaVM *vm, void *) |
| jint JNI_OnLoad | ( | JavaVM * | vm, |
| void * | |||
| ) |
Definition at line 80 of file AndroidInit.cc.
References jniSetNativeMethods(), AndroidInterface::setNativeMethods(), and AndroidSerial::setNativeMethods().
| void JNI_OnUnload | ( | JavaVM * | vm, |
| void * | |||
| ) |
Definition at line 108 of file AndroidInit.cc.
References AndroidSerial::cleanupJniCache().
|
static |
Definition at line 26 of file AndroidInit.cc.
Referenced by jniSetNativeMethods().
|
static |
Definition at line 63 of file AndroidInit.cc.
References jniInit(), and AndroidInterface::kJniQGCActivityClassName.
Referenced by JNI_OnLoad().
| QGC_LOGGING_CATEGORY | ( | AndroidInitLog | , |
| "Android.AndroidInit" | |||
| ) |