初始化框架,完成扫描回调,语音接口

This commit is contained in:
2021-02-08 10:34:29 +08:00
commit 29af9af399
73 changed files with 2275 additions and 0 deletions

29
app/jni/rockchip.h Normal file
View 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