60
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
18 |
#include <jni.h>
|
|
19 |
/* Header for class com_nokia_tcf_impl_TCAPIConnection */
|
|
20 |
|
|
21 |
#ifndef _Included_com_nokia_tcf_impl_TCAPIConnection
|
|
22 |
#define _Included_com_nokia_tcf_impl_TCAPIConnection
|
|
23 |
#ifdef __cplusplus
|
|
24 |
extern "C" {
|
|
25 |
#endif
|
|
26 |
/*
|
|
27 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
28 |
* Method: nativeConnect
|
|
29 |
* Signature: (Ljava/lang/String;[J[Ljava/lang/String;[JLjava/lang/String;[J)J
|
|
30 |
*/
|
|
31 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeConnect
|
|
32 |
(JNIEnv *, jobject, jstring, jlongArray, jobjectArray, jlongArray, jstring, jlongArray);
|
|
33 |
|
|
34 |
/*
|
|
35 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
36 |
* Method: nativeDisconnect
|
|
37 |
* Signature: (J)J
|
|
38 |
*/
|
|
39 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeDisconnect
|
|
40 |
(JNIEnv *, jobject, jlong);
|
|
41 |
|
|
42 |
/*
|
|
43 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
44 |
* Method: nativeGetNumberConnections
|
|
45 |
* Signature: ([J)J
|
|
46 |
*/
|
|
47 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetNumberConnections
|
|
48 |
(JNIEnv *, jobject, jlongArray);
|
|
49 |
|
|
50 |
/*
|
|
51 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
52 |
* Method: nativeGetTypeOfConnection
|
|
53 |
* Signature: (J[Ljava/lang/String;)J
|
|
54 |
*/
|
|
55 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetTypeOfConnection
|
|
56 |
(JNIEnv *, jobject, jlong, jobjectArray);
|
|
57 |
|
|
58 |
/*
|
|
59 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
60 |
* Method: nativeGetConnectionSettings
|
|
61 |
* Signature: (J[Ljava/lang/String;[J[Ljava/lang/String;)J
|
|
62 |
*/
|
|
63 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetConnectionSettings
|
|
64 |
(JNIEnv *, jobject, jlong, jobjectArray, jlongArray, jobjectArray);
|
|
65 |
|
|
66 |
/*
|
|
67 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
68 |
* Method: nativePollError
|
|
69 |
* Signature: (J[I[Z[J)Z
|
|
70 |
*/
|
|
71 |
JNIEXPORT jboolean JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativePollError
|
|
72 |
(JNIEnv *, jobject, jlong, jintArray, jbooleanArray, jlongArray);
|
|
73 |
|
|
74 |
/*
|
|
75 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
76 |
* Method: nativeGetNumberVersionEntities
|
|
77 |
* Signature: (J)J
|
|
78 |
*/
|
|
79 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetNumberVersionEntities
|
|
80 |
(JNIEnv *, jobject, jlong);
|
|
81 |
|
|
82 |
/*
|
|
83 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
84 |
* Method: nativeGetVersion
|
|
85 |
* Signature: (JJ[Ljava/lang/String;)J
|
|
86 |
*/
|
|
87 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetVersion
|
|
88 |
(JNIEnv *, jobject, jlong, jlong, jobjectArray);
|
|
89 |
|
|
90 |
/*
|
|
91 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
92 |
* Method: nativePollInputStream
|
|
93 |
* Signature: (J[J)J
|
|
94 |
*/
|
|
95 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativePollInputStream
|
|
96 |
(JNIEnv *, jobject, jlong, jlongArray);
|
|
97 |
|
|
98 |
/*
|
|
99 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
100 |
* Method: nativePollInputStream2
|
|
101 |
* Signature: (JJ[J[J)J
|
|
102 |
*/
|
|
103 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativePollInputStream2
|
|
104 |
(JNIEnv *, jobject, jlong, jlong, jlongArray, jlongArray);
|
|
105 |
|
|
106 |
/*
|
|
107 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
108 |
* Method: nativeGetInputStreamMessageBytes
|
|
109 |
* Signature: (JJ[J)J
|
|
110 |
*/
|
|
111 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeGetInputStreamMessageBytes
|
|
112 |
(JNIEnv *, jobject, jlong, jlong, jlongArray);
|
|
113 |
|
|
114 |
/*
|
|
115 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
116 |
* Method: nativeReadInputStream
|
|
117 |
* Signature: (JJ[J[JJ[B)J
|
|
118 |
*/
|
|
119 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeReadInputStream
|
|
120 |
(JNIEnv *, jobject, jlong, jlong, jlongArray, jlongArray, jlong, jbyteArray);
|
|
121 |
|
|
122 |
/*
|
|
123 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
124 |
* Method: nativeOpenInputStream
|
|
125 |
* Signature: (JLjava/lang/String;JZ)J
|
|
126 |
*/
|
|
127 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeOpenInputStream
|
|
128 |
(JNIEnv *, jobject, jlong, jstring, jlong, jboolean);
|
|
129 |
|
|
130 |
/*
|
|
131 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
132 |
* Method: nativeCloseInputStream
|
|
133 |
* Signature: (J)J
|
|
134 |
*/
|
|
135 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeCloseInputStream
|
|
136 |
(JNIEnv *, jobject, jlong);
|
|
137 |
|
|
138 |
/*
|
|
139 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
140 |
* Method: nativeClearFile
|
|
141 |
* Signature: (J)J
|
|
142 |
*/
|
|
143 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeClearFile
|
|
144 |
(JNIEnv *, jobject, jlong);
|
|
145 |
|
|
146 |
/*
|
|
147 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
148 |
* Method: nativeSendMessage
|
|
149 |
* Signature: (J[J[Ljava/lang/String;[B)J
|
|
150 |
*/
|
|
151 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeSendMessage
|
|
152 |
(JNIEnv *, jobject, jlong, jlongArray, jobjectArray, jbyteArray);
|
|
153 |
|
|
154 |
/*
|
|
155 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
156 |
* Method: nativeSetMessageIds
|
|
157 |
* Signature: (J[B)J
|
|
158 |
*/
|
|
159 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeSetMessageIds
|
|
160 |
(JNIEnv *, jobject, jlong, jbyteArray);
|
|
161 |
|
|
162 |
/*
|
|
163 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
164 |
* Method: nativeStart
|
|
165 |
* Signature: (J)J
|
|
166 |
*/
|
|
167 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeStart
|
|
168 |
(JNIEnv *, jobject, jlong);
|
|
169 |
|
|
170 |
/*
|
|
171 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
172 |
* Method: nativeStop
|
|
173 |
* Signature: (J)J
|
|
174 |
*/
|
|
175 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeStop
|
|
176 |
(JNIEnv *, jobject, jlong);
|
|
177 |
|
|
178 |
/*
|
|
179 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
180 |
* Method: nativeTestConnection
|
|
181 |
* Signature: (Ljava/lang/String;[J[Ljava/lang/String;)J
|
|
182 |
*/
|
|
183 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeTestConnection__Ljava_lang_String_2_3J_3Ljava_lang_String_2
|
|
184 |
(JNIEnv *, jobject, jstring, jlongArray, jobjectArray);
|
|
185 |
|
|
186 |
/*
|
|
187 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
188 |
* Method: nativeTestConnection
|
|
189 |
* Signature: (J)J
|
|
190 |
*/
|
|
191 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeTestConnection__J
|
|
192 |
(JNIEnv *, jobject, jlong);
|
|
193 |
|
|
194 |
/*
|
|
195 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
196 |
* Method: nativeStartServer
|
|
197 |
* Signature: ()J
|
|
198 |
*/
|
|
199 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeStartServer
|
|
200 |
(JNIEnv *, jobject);
|
|
201 |
|
|
202 |
/*
|
|
203 |
* Class: com_nokia_tcf_impl_TCAPIConnection
|
|
204 |
* Method: nativeStopServer
|
|
205 |
* Signature: ()J
|
|
206 |
*/
|
|
207 |
JNIEXPORT jlong JNICALL Java_com_nokia_tcf_impl_TCAPIConnection_nativeStopServer
|
|
208 |
(JNIEnv *, jobject);
|
|
209 |
|
|
210 |
#ifdef __cplusplus
|
|
211 |
}
|
|
212 |
#endif
|
|
213 |
#endif
|