|
|
static jint | onLoad (JavaVM *vm) |
| |
|
static JNIEnv * | getEnv () |
| |
|
static void | attachThread () |
| |
|
static void | detachThread () |
| |
|
static void | setReadyForEvents (bool ready) |
| |
|
static void | wakeupForQuit () |
| |
|
static void | setWindowCaption (const Common::U32String &caption) |
| |
|
static void | getDPI (DPIValues &values) |
| |
|
static void | displayMessageOnOSD (const Common::U32String &msg) |
| |
|
static bool | openUrl (const Common::String &url) |
| |
|
static bool | hasTextInClipboard () |
| |
|
static Common::U32String | getTextFromClipboard () |
| |
|
static bool | setTextInClipboard (const Common::U32String &text) |
| |
|
static bool | isConnectionLimited () |
| |
|
static void | showVirtualKeyboard (bool enable) |
| |
|
static void | showOnScreenControls (int enableMask) |
| |
|
static void | setTouchMode (int touchMode) |
| |
|
static int | getTouchMode () |
| |
|
static void | setOrientation (int touchMode) |
| |
|
static void | addSysArchivesToSearchSet (Common::SearchSet &s, int priority) |
| |
|
static Common::String | getScummVMBasePath () |
| |
|
static Common::String | getScummVMAssetsPath () |
| |
|
static Common::String | getScummVMConfigPath () |
| |
|
static Common::String | getScummVMLogPath () |
| |
|
static jint | getAndroidSDKVersionId () |
| |
|
static void | setCurrentGame (const Common::String &target) |
| |
|
static void | notifyHTTPService (int localPort, bool minimal) |
| |
|
static jobject | getTTSManager () |
| |
|
static Common::Array< Common::String > | getMIDIDevices () |
| |
|
static jobject | openMIDIDevice (int deviceId, int *port) |
| |
|
static bool | haveSurface () |
| |
|
static bool | swapBuffers () |
| |
|
static bool | initSurface () |
| |
|
static void | deinitSurface () |
| |
|
static int | eglVersion () |
| |
|
static Common::Array< Common::String > | getAllStorageLocations () |
| |
|
static jobject | getNewSAFTree (bool writable, const Common::String &initURI, const Common::String &prompt) |
| |
|
static Common::Array< jobject > | getSAFTrees () |
| |
|
static jobject | findSAFTree (const Common::String &name) |
| |
|
static int | exportBackup (const Common::U32String &prompt) |
| |
|
static int | importBackup (const Common::U32String &prompt, const Common::String &path) |
| |
|
static jstring | convertToJString (JNIEnv *env, const Common::U32String &str) |
| |
|
static Common::U32String | convertFromJString (JNIEnv *env, const jstring &jstr) |
| |