Home
last modified time | relevance | path

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

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp365 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nClosureCreate() local
367 if (jValues == nullptr) { in nClosureCreate()
465 fieldIDs, numValues, jValues, numValues, in nClosureCreate()
475 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nClosureCreate()
501 jlong* jValues = _env->GetLongArrayElements(valueArray, nullptr); in nInvokeClosureCreate() local
503 if (jValues == nullptr) { in nInvokeClosureCreate()
541 fieldIDs, numValues, jValues, numValues, in nInvokeClosureCreate()
547 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT); in nInvokeClosureCreate()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp649 jintArray jValues = (jintArray)env->GetObjectField(jAudioGainConfig, in convertAudioGainConfigToNative() local
651 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative()
652 size_t size = env->GetArrayLength(jValues); in convertAudioGainConfigToNative()
654 env->DeleteLocalRef(jValues); in convertAudioGainConfigToNative()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp362 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()