Home
last modified time | relevance | path

Searched defs:backingStore (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java55 MemoryIntArray backingStore = getBackingStoreLocked(); in incrementGeneration() local
73 MemoryIntArray backingStore = getBackingStoreLocked(); in addGenerationData() local
98 MemoryIntArray backingStore = getBackingStoreLocked(); in onUserRemoved() local
152 MemoryIntArray backingStore) throws IOException { in resetSlotForKeyLocked()
165 MemoryIntArray backingStore) throws IOException { in getKeyIndexLocked()
183 private static int findNextEmptyIndex(MemoryIntArray backingStore) throws IOException { in findNextEmptyIndex()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java29 static FrameBuffer2D create(BackingStore backingStore) { in create()
34 FrameBuffer2D(BackingStore backingStore) { in FrameBuffer2D()
38 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
H A DFrameBuffer1D.java73 static FrameBuffer1D create(BackingStore backingStore) { in create()
78 FrameBuffer1D(BackingStore backingStore) { in FrameBuffer1D()
83 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
H A DFrameValue.java35 static FrameValue create(BackingStore backingStore) { in create()
40 FrameValue(BackingStore backingStore) { in FrameValue()
H A DFrameImage2D.java103 static FrameImage2D create(BackingStore backingStore) { in create()
108 FrameImage2D(BackingStore backingStore) { in FrameImage2D()
112 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
H A DFrameValues.java146 static FrameValues create(BackingStore backingStore) { in create()
151 FrameValues(BackingStore backingStore) { in FrameValues()
H A DFrame.java170 Frame(BackingStore backingStore) { in Frame()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp271 uint64_t backingStore = 0; in allocate() local
384 uint64_t backingStore = 0; in retain() local