Home
last modified time | relevance | path

Searched refs:jParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp488 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr); in nInvokeClosureCreate() local
490 if (jParams == nullptr) { in nInvokeClosureCreate()
541 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength, in nInvokeClosureCreate()
550 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT); in nInvokeClosureCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp468 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr); in nInvokeClosureCreate() local
502 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength, in nInvokeClosureCreate()
511 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT); in nInvokeClosureCreate()