Home | History | Annotate | Download | only in system

Lines Matching refs:jint

60 static jint WaitMany(JNIEnv* env,
125 static jint Close(JNIEnv* env, jobject jcaller, jint mojo_handle) {
129 static jint Wait(JNIEnv* env,
131 jint mojo_handle,
132 jint signals,
137 static jint WriteMessage(JNIEnv* env,
139 jint mojo_handle,
141 jint num_bytes,
143 jint flags) {
166 jint mojo_handle,
169 jint flags) {
191 static jint ReadData(JNIEnv* env,
193 jint mojo_handle,
195 jint elements_capacity,
196 jint flags) {
214 jint mojo_handle,
215 jint num_bytes,
216 jint flags) {
230 static jint EndReadData(JNIEnv* env,
232 jint mojo_handle,
233 jint num_bytes_read) {
237 static jint WriteData(JNIEnv* env,
239 jint mojo_handle,
241 jint limit,
242 jint flags) {
257 jint mojo_handle,
258 jint num_bytes,
259 jint flags) {
272 static jint EndWriteData(JNIEnv* env,
274 jint mojo_handle,
275 jint num_bytes_written) {
281 jint mojo_handle,
301 jint mojo_handle,
304 jint flags) {
324 jint mojo_handle,
325 jint signals,