当前位置:网站首页>jwsManager服务接口实现类-jni实现
jwsManager服务接口实现类-jni实现
2022-08-11 04:10:00 【android framework】
#include “jni.h”
#include “JNIHelp.h”
#include <utils/Log.h>
#include “android_runtime/AndroidRuntime.h”
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <linux/rtc.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <stdio.h>
#include <sys/types.h>
#include <linux/watchdog.h>
#include <hardware/libjawestctrl.h>
#include <hardware/hardware.h>
#undef LOG_NDEBUG
#undef NDEBUG
#define LOG_NDEBUG 0
#define NDEBUG 0
#undef LOG_TAG
#define LOG_TAG “jwsjni”
#define WDT_DEV_NAME “/dev/watchdog”
#define JWS_EEPROM_DEV_NAME “/sys/devices/platform/ff160000.i2c/i2c-7/7-0050/eeprom”
#define RTC_DEV_NAME “/dev/rtc1”
#define LOGI(…) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, V
边栏推荐
猜你喜欢

"125 Palindrome Verification" of the 10th day string series of LeetCode brushing questions

【FPGA】day21- moving average filter

这些云自动化测试工具值得拥有

"110 Balanced Binary Tree Judgment" in leetCode's 14-day binary tree series

Interchangeability Measurements and Techniques - Calculation of Deviations and Tolerances, Drawing of Tolerance Charts, Selection of Fits and Tolerance Classes

The last update time of the tables queried by the two nodes of the rac standby database is inconsistent

UNI-APP_iphone bottom safe area

【FPGA】day20-I2C读写EEPROM

2022-08-10 The sixth group Hiding spring study notes
![[Likou] 22. Bracket generation](/img/f6/435fe9e0b4c1545514d1bf195ffd44.png)
[Likou] 22. Bracket generation
随机推荐
Multi-serial port RS485 industrial gateway BL110
uni-app - 获取汉字拼音首字母(根据中文获取拼音首字母)
The development of the massage chair control panel makes the massage chair simple and intelligent
Redis:解决分布式高并发修改同一个Key的问题
【力扣】22.括号生成
洛谷P4847 银河英雄传说V2
【FPGA】day19-二进制转换为十进制(BCD码)
北湖区燕泉街道开展“戴头盔·保安全”送头盔活动
"104 Maximum Depth of Binary Trees" in LeetCode's Day 12 Binary Tree Series
"98 BST and Its Verification" of the 13th day of leetcode brushing series of binary tree series
Get the length of the linked list
es-head plugin insert query and conditional query (5)
【人话版】WEB3将至之“权益的游戏”
机器学习怎么学?机器学习流程
How to delete statements audit log?
shell monitors gpu usage
拼多多店铺营业执照相关问题
shell监视gpu使用情况
C language recv() function, recvfrom() function, recvmsg() function
二叉堆的基础~