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: implement vibrator using evdev
we use the first vibrator that is marked for use with feedbackd in udev
This commit is contained in:
29
src/api-impl-jni/generated_headers/android_os_Vibrator.h
Normal file
29
src/api-impl-jni/generated_headers/android_os_Vibrator.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_Vibrator */
|
||||
|
||||
#ifndef _Included_android_os_Vibrator
|
||||
#define _Included_android_os_Vibrator
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_os_Vibrator
|
||||
* Method: native_vibrate
|
||||
* Signature: (IJ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Vibrator_native_1vibrate
|
||||
(JNIEnv *, jobject, jint, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_os_Vibrator
|
||||
* Method: native_constructor
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Vibrator_native_1constructor
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user