Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeExtensionController.java42 private final Object mAllocation; field in FakeExtensionController.FakeExtensionBuilder
45 mAllocation = o; in FakeExtensionBuilder()
90 return new FakeExtension(mAllocation); in build()
95 private final Object mAllocation; field in FakeExtensionController.FakeExtension
98 mAllocation = allocation; in FakeExtension()
119 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java799 private Allocation mAllocation = null; field in BackingStore.AllocationBacking
823 mAllocation = Allocation.createTyped(mRenderScript, imageType); in allocate()
848 mAllocation.copyFrom(pixels.array()); in syncTo()
851 mAllocation.copyFrom(bitmap); in syncTo()
866 mAllocation.copyFromUnchecked(bytes); in syncTo()
876 return mAllocation; in lock()
895 if (mAllocation != null) { in destroy()
896 mAllocation.destroy(); in destroy()
897 mAllocation = null; in destroy()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScript.java500 protected Allocation mAllocation; field in Script.FieldBase
503 mAllocation = Allocation.createSized(rs, mElement, dimx, in init()
508 mAllocation = in init()
521 return mAllocation.getType(); in getType()
525 return mAllocation; in getAllocation()
H A DScriptGroup.java53 Allocation mAllocation; field in ScriptGroup.IO
491 mInputs[ct].mAllocation = a; in setInput()
513 mOutputs[ct].mAllocation = a; in setOutput()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38653 field @Deprecated protected android.renderscript.Allocation mAllocation;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46756 Landroid/renderscript/ScriptGroup$IO;->mAllocation:Landroid/renderscript/Allocation;