Searched refs:jValues (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 365 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate() local 367 if (jValues == nullptr) { in nClosureCreate() 453 fieldIDs, numValues, jValues, numValues, in nClosureCreate() 463 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nClosureCreate() 489 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate() local 491 if (jValues == nullptr) { in nInvokeClosureCreate() 529 fieldIDs, numValues, jValues, numValues, in nInvokeClosureCreate() 535 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nInvokeClosureCreate()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 631 jintArray jValues = (jintArray)env->GetObjectField(jAudioGainConfig, in convertAudioGainConfigToNative() local 633 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative() 634 size_t size = env->GetArrayLength(jValues); in convertAudioGainConfigToNative() 636 env->DeleteLocalRef(jValues); in convertAudioGainConfigToNative()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 362 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate() local 444 fieldIDs, numValues, jValues, numValues, in nClosureCreate() 454 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nClosureCreate() 470 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate() local 501 fieldIDs, numValues, jValues, numValues, in nInvokeClosureCreate() 507 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nInvokeClosureCreate()
|