Home
last modified time | relevance | path

Searched refs:jValues (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp366 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate() local
368 if (jValues == nullptr) { in nClosureCreate()
466 fieldIDs, numValues, jValues, numValues, in nClosureCreate()
476 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nClosureCreate()
502 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate() local
504 if (jValues == nullptr) { in nInvokeClosureCreate()
542 fieldIDs, numValues, jValues, numValues, in nInvokeClosureCreate()
548 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nInvokeClosureCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp364 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate() local
446 fieldIDs, numValues, jValues, numValues, in nClosureCreate()
456 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nClosureCreate()
472 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate() local
503 fieldIDs, numValues, jValues, numValues, in nInvokeClosureCreate()
509 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nInvokeClosureCreate()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp835 jintArray jValues = (jintArray)env->GetObjectField(jAudioGainConfig, in convertAudioGainConfigToNative() local
837 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative()
838 size_t size = env->GetArrayLength(jValues); in convertAudioGainConfigToNative()
840 env->DeleteLocalRef(jValues); in convertAudioGainConfigToNative()