QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
AndroidInterface.cc File Reference
#include "AndroidInterface.h"
#include <QAndroidScreen.h>
#include <QtAndroidHelpers/QAndroidPartialWakeLocker.h>
#include <QtAndroidHelpers/QAndroidWiFiLocker.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QDir>
#include <QtCore/QFileInfo>
#include <QtCore/QJniEnvironment>
#include <QtCore/QJniObject>
#include <QtCore/QMetaObject>
#include <QtCore/QSharedPointer>
#include <QtCore/QStandardPaths>
#include "AppSettings.h"
#include "QGCApplication.h"
#include "QGCLoggingCategory.h"
#include "SettingsFact.h"
#include "SettingsManager.h"
+ Include dependency graph for AndroidInterface.cc:

Go to the source code of this file.

Namespaces

namespace  AndroidInterface
 

Functions

static void AndroidInterface::jniLogDebug (JNIEnv *, jobject, jstring message)
 
static void AndroidInterface::jniLogWarning (JNIEnv *, jobject, jstring message)
 
static void AndroidInterface::jniStoragePermissionsResult (JNIEnv *, jobject, jboolean granted)
 
void AndroidInterface::setNativeMethods ()
 
bool AndroidInterface::checkStoragePermissions ()
 
QString AndroidInterface::getSDCardPath ()
 
void AndroidInterface::setKeepScreenOn (bool on)
 

Variables

static QSharedPointer< QLocks::QLockBase > AndroidInterface::s_partialWakeLock
 
static QSharedPointer< QLocks::QLockBase > AndroidInterface::s_wifiLock