forked from libswift/libswift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom_tudelft_triblerdroid_swift_NativeLib.h
109 lines (96 loc) · 3.36 KB
/
com_tudelft_triblerdroid_swift_NativeLib.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_tudelft_triblerdroid_swift_NativeLib */
#ifndef _Included_com_tudelft_triblerdroid_swift_NativeLib
#define _Included_com_tudelft_triblerdroid_swift_NativeLib
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: Init
* Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_Init
(JNIEnv *, jobject, jstring, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: Mainloop
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_Mainloop
(JNIEnv *, jobject);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: Shutdown
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_Shutdown
(JNIEnv *, jobject);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: asyncGetResult
* Signature: (I)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_asyncGetResult
(JNIEnv *, jobject, jint);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: asyncOpen
* Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
*/
JNIEXPORT jint JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_asyncOpen
(JNIEnv *, jobject, jstring, jstring, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: asyncClose
* Signature: (Ljava/lang/String;ZZ)I
*/
JNIEXPORT jint JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_asyncClose
(JNIEnv *, jobject, jstring, jboolean, jboolean);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: hashCheckOffline
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_hashCheckOffline
(JNIEnv *, jobject, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: SetTracker
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_SetTracker
(JNIEnv *, jobject, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: asyncGetHTTPProgress
* Signature: (Ljava/lang/String;)I
*/
JNIEXPORT jint JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_asyncGetHTTPProgress
(JNIEnv *, jobject, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: asyncGetStats
* Signature: (Ljava/lang/String;)I
*/
JNIEXPORT jint JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_asyncGetStats
(JNIEnv *, jobject, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: LiveCreate
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_LiveCreate
(JNIEnv *, jobject, jstring);
/*
* Class: com_tudelft_triblerdroid_swift_NativeLib
* Method: LiveAdd
* Signature: (Ljava/lang/String;[BII)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_tudelft_triblerdroid_swift_NativeLib_LiveAdd
(JNIEnv *, jobject, jstring, jbyteArray, jint, jint);
#ifdef __cplusplus
}
#endif
#endif