30 lines
790 B
C
30 lines
790 B
C
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
|
#include <jni.h>
|
||
|
|
/* Header for class chaoran_business_adapter_RockChipAdapter */
|
||
|
|
|
||
|
|
#ifndef _Included_chaoran_business_adapter_RockChipAdapter
|
||
|
|
#define _Included_chaoran_business_adapter_RockChipAdapter
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
/*
|
||
|
|
* Class: chaoran_business_adapter_RockChipAdapter
|
||
|
|
* Method: open
|
||
|
|
* Signature: (Ljava/lang/String;II)Ljava/io/FileDescriptor;
|
||
|
|
*/
|
||
|
|
JNIEXPORT jobject JNICALL Java_chaoran_business_adapter_RockChipAdapter_open
|
||
|
|
(JNIEnv *, jclass, jstring, jint, jint);
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Class: chaoran_business_adapter_RockChipAdapter
|
||
|
|
* Method: close
|
||
|
|
* Signature: ()V
|
||
|
|
*/
|
||
|
|
JNIEXPORT void JNICALL Java_chaoran_business_adapter_RockChipAdapter_close
|
||
|
|
(JNIEnv *, jobject);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
#endif
|