-
Notifications
You must be signed in to change notification settings - Fork 16
/
CPUScaler.h
45 lines (40 loc) · 940 Bytes
/
CPUScaler.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class EnergyCheckUtils */
#ifndef _Included_EnergyCheckUtils
#define _Included_EnergyCheckUtils
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: EnergyCheckUtils
* Method: ProfileInit
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_EnergyCheckUtils_ProfileInit
(JNIEnv *, jclass);
/*
* Class: EnergyCheckUtils
* Method: GetSocketNum
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_EnergyCheckUtils_GetSocketNum
(JNIEnv *, jclass);
/*
* Class: EnergyCheckUtils
* Method: EnergyStatCheck
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_EnergyCheckUtils_EnergyStatCheck
(JNIEnv *, jclass);
/*
* Class: EnergyCheckUtils
* Method: ProfileDealloc
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_EnergyCheckUtils_ProfileDealloc
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif