-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg_libdivecomputer_Device.h
More file actions
61 lines (54 loc) · 1.52 KB
/
org_libdivecomputer_Device.h
File metadata and controls
61 lines (54 loc) · 1.52 KB
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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_libdivecomputer_Device */
#ifndef _Included_org_libdivecomputer_Device
#define _Included_org_libdivecomputer_Device
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_libdivecomputer_Device
* Method: Open
* Signature: (JJJ)J
*/
JNIEXPORT jlong JNICALL Java_org_libdivecomputer_Device_Open
(JNIEnv *, jobject, jlong, jlong, jlong);
/*
* Class: org_libdivecomputer_Device
* Method: Close
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Device_Close
(JNIEnv *, jobject, jlong);
/*
* Class: org_libdivecomputer_Device
* Method: Foreach
* Signature: (JLorg/libdivecomputer/Device/Callback;)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Device_Foreach
(JNIEnv *, jobject, jlong, jobject);
/*
* Class: org_libdivecomputer_Device
* Method: SetFingerprint
* Signature: (J[B)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Device_SetFingerprint
(JNIEnv *, jobject, jlong, jbyteArray);
/*
* Class: org_libdivecomputer_Device
* Method: SetEvents
* Signature: (JLorg/libdivecomputer/Device/Events;)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Device_SetEvents
(JNIEnv *, jobject, jlong, jobject);
/*
* Class: org_libdivecomputer_Device
* Method: SetCancel
* Signature: (JLorg/libdivecomputer/Device/Cancel;)V
*/
JNIEXPORT void JNICALL Java_org_libdivecomputer_Device_SetCancel
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif