Searched refs:jint (Results 1 – 8 of 8) sorted by relevance
/development/ndk/platforms/android-3/include/ |
D | jni.h | 39 typedef int32_t jint; /* signed 32 bits */ typedef 48 typedef int jint; /* signed 32 bits */ typedef 55 typedef jint jsize; 129 jint i; 170 jint (*GetVersion)(JNIEnv *); 187 jint (*Throw)(JNIEnv*, jthrowable); 188 jint (*ThrowNew)(JNIEnv *, jclass, const char *); 194 jint (*PushLocalFrame)(JNIEnv*, jint); 203 jint (*EnsureLocalCapacity)(JNIEnv*, jint); 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...); [all …]
|
/development/ndk/samples/two-libs/jni/ |
D | second.c | 20 jint 23 jint x, in Java_com_example_twolibs_TwoLibs_add() 24 jint y ) in Java_com_example_twolibs_TwoLibs_add()
|
/development/samples/SimpleJNI/jni/ |
D | native.cpp | 24 static jint 25 add(JNIEnv *env, jobject thiz, jint a, jint b) { in add() 85 jint JNI_OnLoad(JavaVM* vm, void* reserved) in JNI_OnLoad() 89 jint result = -1; in JNI_OnLoad()
|
/development/tutorials/MoarRam/jni/ |
D | baz.c | 35 jint id) in Java_com_android_benchmark_moarram_MainActivity_addVariableSizedBlocksNative() 59 jint id) in Java_com_android_benchmark_moarram_MainActivity_freeVariableSizedBlocksNative()
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 172 …NICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height); 176 …JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height) in Java_com_android_gl2jni_GL2JNILib_init()
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-android.c | 56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h ) in Java_com_example_SanAngeles_DemoRenderer_nativeResize()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.cpp | 240 …LL Java_com_android_gles3jni_GLES3JNILib_resize(JNIEnv* env, jobject obj, jint width, jint height); 273 Java_com_android_gles3jni_GLES3JNILib_resize(JNIEnv* env, jobject obj, jint width, jint height) { in Java_com_android_gles3jni_GLES3JNILib_resize()
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
D | native-audio-jni.c | 388 jclass clazz, jint chan, jboolean mute) in Java_com_example_nativeaudio_NativeAudio_setChannelMuteUriAudioPlayer() 400 jclass clazz, jint chan, jboolean solo) in Java_com_example_nativeaudio_NativeAudio_setChannelSoloUriAudioPlayer() 443 jint millibel) in Java_com_example_nativeaudio_NativeAudio_setVolumeUriAudioPlayer() 479 jclass clazz, jint permille) in Java_com_example_nativeaudio_NativeAudio_setStereoPositionUriAudioPlayer() 513 jboolean Java_com_example_nativeaudio_NativeAudio_selectClip(JNIEnv* env, jclass clazz, jint which, in Java_com_example_nativeaudio_NativeAudio_selectClip() 514 jint count) in Java_com_example_nativeaudio_NativeAudio_selectClip()
|