You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add initial support for NativeAcivity
This commit is contained in:
149
src/api-impl-jni/generated_headers/android_app_NativeActivity.h
Normal file
149
src/api-impl-jni/generated_headers/android_app_NativeActivity.h
Normal file
@@ -0,0 +1,149 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_app_NativeActivity */
|
||||
|
||||
#ifndef _Included_android_app_NativeActivity
|
||||
#define _Included_android_app_NativeActivity
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: loadNativeCode
|
||||
* Signature: (Ljava/lang/String;Ljava/lang/String;Landroid/os/MessageQueue;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILandroid/content/res/AssetManager;[B)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_app_NativeActivity_loadNativeCode
|
||||
(JNIEnv *, jobject, jstring, jstring, jobject, jstring, jstring, jstring, jint, jobject, jbyteArray);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: unloadNativeCode
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_unloadNativeCode
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onStartNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onStartNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onResumeNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onResumeNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onSaveInstanceStateNative
|
||||
* Signature: (J)[B
|
||||
*/
|
||||
JNIEXPORT jbyteArray JNICALL Java_android_app_NativeActivity_onSaveInstanceStateNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onPauseNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onPauseNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onStopNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onStopNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onConfigurationChangedNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onConfigurationChangedNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onLowMemoryNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onLowMemoryNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onWindowFocusChangedNative
|
||||
* Signature: (JZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onWindowFocusChangedNative
|
||||
(JNIEnv *, jobject, jlong, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onSurfaceCreatedNative
|
||||
* Signature: (JLandroid/view/Surface;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onSurfaceCreatedNative
|
||||
(JNIEnv *, jobject, jlong, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onSurfaceChangedNative
|
||||
* Signature: (JLandroid/view/Surface;III)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onSurfaceChangedNative
|
||||
(JNIEnv *, jobject, jlong, jobject, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onSurfaceRedrawNeededNative
|
||||
* Signature: (JLandroid/view/Surface;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onSurfaceRedrawNeededNative
|
||||
(JNIEnv *, jobject, jlong, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onSurfaceDestroyedNative
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onSurfaceDestroyedNative
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onInputQueueCreatedNative
|
||||
* Signature: (JI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onInputQueueCreatedNative
|
||||
(JNIEnv *, jobject, jlong, jint);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onInputQueueDestroyedNative
|
||||
* Signature: (JI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onInputQueueDestroyedNative
|
||||
(JNIEnv *, jobject, jlong, jint);
|
||||
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: onContentRectChangedNative
|
||||
* Signature: (JIIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_NativeActivity_onContentRectChangedNative
|
||||
(JNIEnv *, jobject, jlong, jint, jint, jint, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user