WarpPI/hardware/src/main/jni/TestJNI.h

30 lines
770 B
C
Raw Normal View History

2017-12-11 18:09:00 +01:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_warp_picalculator_TestJNI */
#ifndef _Included_org_warp_picalculator_TestJNI
#define _Included_org_warp_picalculator_TestJNI
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_warp_picalculator_TestJNI
2017-12-13 22:34:15 +01:00
* Method: getDisplayBuffer
* Signature: ()Lorg/warp/picalculator/MmapByteBuffer;
*/
JNIEXPORT jobject JNICALL Java_org_warp_picalculator_TestJNI_getDisplayBuffer
(JNIEnv *, jobject);
/*
* Class: org_warp_picalculator_TestJNI
* Method: disposeDisplayBuffer
2017-12-11 18:09:00 +01:00
* Signature: ()V
*/
2017-12-13 22:34:15 +01:00
JNIEXPORT void JNICALL Java_org_warp_picalculator_TestJNI_disposeDisplayBuffer
2017-12-11 18:09:00 +01:00
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif