Home
last modified time | relevance | path

Searched defs:GetObjectArrayElement (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize); member
859 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement() function
/aosp12/libnativehelper/include_jni/
H A Djni.h381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize); member
859 jobject GetObjectArrayElement(jobjectArray array, jsize index) in GetObjectArrayElement() function
/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2585 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray array, jsize index) { in GetObjectArrayElement() function in art::__anone2f7feb60110::CheckJNI
H A Djni_internal.cc2166 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray java_array, jsize index) { in GetObjectArrayElement() function in art::JNI