Searched defs:BackingStore (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java31 final class BackingStore { class
74 public BackingStore(FrameType type, int[] dimensions, FrameManager frameManager) { method in class:BackingStore
110 public BackingStore retain() {
112 Log.w("BackingStore", "High ref-count of " + mRefCount + " on " + this + "!");
121 public BackingStore release() {
163 public void importStore(BackingStore store) {
274 // TODO: This actually needs synchronization between the two BackingStore threads for the

Completed in 43 milliseconds