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() 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/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 364 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/ |
D | android_media_AudioSystem.cpp | 968 jintArray jValues = static_cast<jintArray>( in convertAudioGainConfigToNative() local 970 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative() 971 size_t size = env->GetArrayLength(jValues); in convertAudioGainConfigToNative() 973 env->DeleteLocalRef(jValues); in convertAudioGainConfigToNative()
|