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.java333 public abstract boolean shouldCache(); in shouldCache() method in BackingStore.Backing
443 public boolean shouldCache() { in shouldCache() method in BackingStore.ObjectBacking
521 public boolean shouldCache() { in shouldCache() method in BackingStore.BitmapBacking
615 public boolean shouldCache() { in shouldCache() method in BackingStore.TextureBacking
723 public boolean shouldCache() { in shouldCache() method in BackingStore.ByteBufferBacking
DFrameManager.java421 if (!backing.shouldCache() || !mCache.cacheBacking(backing)) { in onBackingAvailable()