Searched refs:SetDoubleArrayRegion (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member 970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function 972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member 970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function 972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 579 env_->SetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType() 1238 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
|
H A D | jni_internal.cc | 2435 static void SetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in SetDoubleArrayRegion() function in art::JNI 3139 JNIImpl::SetDoubleArrayRegion,
|
H A D | check_jni.cc | 3807 baseEnv(env)->SetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in SetPrimitiveArrayRegion() 4035 CheckJNI::SetDoubleArrayRegion,
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 747 env->SetDoubleArrayRegion(otherModesEnergy, (jsize)0, size, in gnssPowerStatsCb() 1009 env->SetDoubleArrayRegion(doubleArray, (jsize)0, numCols, array[i].row.data()); in translate2dDoubleArray()
|