Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java107 final MemoryIntArray backingStore = getBackingStoreLocked(key, in incrementGenerationInternal() local
156 final MemoryIntArray backingStore = getBackingStoreLocked(key, in addGenerationData() local
209 MemoryIntArray backingStore = mKeyToBackingStoreMap.get(key); in getBackingStoreLocked() local
238 MemoryIntArray backingStore = mKeyToBackingStoreMap.get(key); in destroyBackingStoreLocked() local
254 MemoryIntArray backingStore, boolean createIfNotExist) throws IOException { in getKeyIndexLocked()
286 private static int findNextEmptyIndex(MemoryIntArray backingStore) throws IOException { in findNextEmptyIndex()
316 final MemoryIntArray backingStore = getBackingStoreLocked(key, in dumpProto() local
360 final MemoryIntArray backingStore = getBackingStoreLocked(key, in dump() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameBuffer2D.java29 static FrameBuffer2D create(BackingStore backingStore) { in create()
34 FrameBuffer2D(BackingStore backingStore) { in FrameBuffer2D()
38 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
DFrameBuffer1D.java57 static FrameBuffer1D create(BackingStore backingStore) { in create()
62 FrameBuffer1D(BackingStore backingStore) { in FrameBuffer1D()
67 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
DFrameValue.java35 static FrameValue create(BackingStore backingStore) { in create()
40 FrameValue(BackingStore backingStore) { in FrameValue()
DFrameImage2D.java103 static FrameImage2D create(BackingStore backingStore) { in create()
108 FrameImage2D(BackingStore backingStore) { in FrameImage2D()
112 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate()
DFrameValues.java146 static FrameValues create(BackingStore backingStore) { in create()
151 FrameValues(BackingStore backingStore) { in FrameValues()
DFrame.java170 Frame(BackingStore backingStore) { in Frame()