Searched refs:jParams (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 488 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/ |
D | android_renderscript_RenderScript.cpp | 468 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()
|