Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java1399 … Class<?> argClass = android.os.Build.VERSION.SDK_INT >= 29 ? Long.TYPE : Integer.TYPE; in internalCreate() local
1401 … registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", argClass); in internalCreate()
1402 … registerNativeFree = vm_runtime.getDeclaredMethod("registerNativeFree", argClass); in internalCreate()