2022-10-02 23:06:56 +02:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
/* Header for class android_os_MessageQueue */
|
|
|
|
|
|
|
|
|
|
#ifndef _Included_android_os_MessageQueue
|
|
|
|
|
#define _Included_android_os_MessageQueue
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_os_MessageQueue
|
|
|
|
|
* Method: nativeInit
|
2023-07-25 14:26:29 +02:00
|
|
|
* Signature: ()J
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2023-07-25 14:26:29 +02:00
|
|
|
JNIEXPORT jlong JNICALL Java_android_os_MessageQueue_nativeInit
|
2022-10-02 23:06:56 +02:00
|
|
|
(JNIEnv *, jclass);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_os_MessageQueue
|
|
|
|
|
* Method: nativeDestroy
|
2023-07-25 14:26:29 +02:00
|
|
|
* Signature: (J)V
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_os_MessageQueue_nativeDestroy
|
2023-07-25 14:26:29 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_os_MessageQueue
|
|
|
|
|
* Method: nativePollOnce
|
2023-08-08 10:16:17 +02:00
|
|
|
* Signature: (JI)Z
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2023-08-08 10:16:17 +02:00
|
|
|
JNIEXPORT jboolean JNICALL Java_android_os_MessageQueue_nativePollOnce
|
2023-07-25 14:26:29 +02:00
|
|
|
(JNIEnv *, jclass, jlong, jint);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_os_MessageQueue
|
|
|
|
|
* Method: nativeWake
|
2023-07-25 14:26:29 +02:00
|
|
|
* Signature: (J)V
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_os_MessageQueue_nativeWake
|
2023-07-25 14:26:29 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_os_MessageQueue
|
|
|
|
|
* Method: nativeIsIdling
|
2023-07-25 14:26:29 +02:00
|
|
|
* Signature: (J)Z
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
|
|
|
|
JNIEXPORT jboolean JNICALL Java_android_os_MessageQueue_nativeIsIdling
|
2023-07-25 14:26:29 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|