Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
534 allocation.copyTo(mBitmap); in syncToAllocationBacking()
626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
628 allocation.copyTo(pixels.array()); in syncToAllocationBacking()
748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
751 allocation.copyTo(bytes); in syncToAllocationBacking()
754 allocation.copyTo(floats); in syncToAllocationBacking()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeExtensionController.java97 public FakeExtension(Object allocation) { in FakeExtension() argument
98 mAllocation = allocation; in FakeExtension()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md87 The initial implementation/proposal combined the supply of resources with the allocation in a single
95 installed, the allocation to each app decreased. Eventually (with enough apps installed), no app
101 TIP1 separated allocation (to apps) from supply (by the system) and