Searched refs:SetShortArrayRegion (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 443 void (*SetShortArrayRegion)(JNIEnv*, jshortArray, member 958 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, in SetShortArrayRegion() function 960 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 443 void (*SetShortArrayRegion)(JNIEnv*, jshortArray, member 958 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, in SetShortArrayRegion() function 960 { functions->SetShortArrayRegion(this, array, start, len, buf); } in SetShortArrayRegion()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 554 env_->SetShortArrayRegion(reinterpret_cast<jshortArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType() 1254 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()
|
H A D | jni_internal.cc | 2457 static void SetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in SetShortArrayRegion() function in art::JNI 3135 JNIImpl::SetShortArrayRegion,
|
H A D | check_jni.cc | 3791 baseEnv(env)->SetShortArrayRegion(env, down_cast<jshortArray>(array), start, len, in SetPrimitiveArrayRegion() 4031 CheckJNI::SetShortArrayRegion,
|