Searched defs:GetObjectArrayElement (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize); member 859 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize); member 859 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement() function
|
/aosp12/art/runtime/jni/ |
H A D | check_jni.cc | 2585 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray array, jsize index) { in GetObjectArrayElement() function in art::__anone2f7feb60110::CheckJNI
|
H A D | jni_internal.cc | 2166 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray java_array, jsize index) { in GetObjectArrayElement() function in art::JNI
|