Searched refs:GetShortArrayRegion (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member 933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion() function 935 { functions->GetShortArrayRegion(this, array, start, len, buf); } in GetShortArrayRegion()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member 933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion() function 935 { functions->GetShortArrayRegion(this, array, start, len, buf); } in GetShortArrayRegion()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 496 env_->GetShortArrayRegion(reinterpret_cast<jshortArray>(array), 0, kLength, in GetPrimitiveArrayRegionElementsOfWrongType() 1254 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()
|
H A D | jni_internal.cc | 2413 static void GetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in GetShortArrayRegion() function in art::JNI 3127 JNIImpl::GetShortArrayRegion,
|
H A D | check_jni.cc | 3740 baseEnv(env)->GetShortArrayRegion(env, down_cast<jshortArray>(array), start, len, in GetPrimitiveArrayRegion() 4023 CheckJNI::GetShortArrayRegion,
|