Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A 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
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_nodes_cache.h121 const bool shouldCache = (cacheInputIndex == mInputIndex) in isCacheBorderForTyping() local