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