Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java351 public abstract boolean shouldCache(); in shouldCache() method in BackingStore.Backing
461 public boolean shouldCache() { in shouldCache() method in BackingStore.ObjectBacking
548 public boolean shouldCache() { in shouldCache() method in BackingStore.BitmapBacking
652 public boolean shouldCache() { in shouldCache() method in BackingStore.TextureBacking
779 public boolean shouldCache() { in shouldCache() method in BackingStore.ByteBufferBacking
889 public boolean shouldCache() { in shouldCache() method in BackingStore.AllocationBacking
DFrameManager.java421 if (!backing.shouldCache() || !mCache.cacheBacking(backing)) { in onBackingAvailable()