初始化框架,完成扫描回调,语音接口
This commit is contained in:
29
app/jni/rockchip.h
Normal file
29
app/jni/rockchip.h
Normal file
@ -0,0 +1,29 @@
|
||||
/* 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
|
||||
Reference in New Issue
Block a user