Searched defs:GetShortArrayElements (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*); member in struct:JNINativeInterface
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) function in struct:_JNIEnv
889 { return functions->GetShortArrayElements(this, array, isCopy); }

Completed in 108 milliseconds