Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java46 private final HashMap<AllocationKey, List<Allocation>> mAllocationMap = field in AllocationCache
83 List<Allocation> list = mAllocationMap.get(key); in getOrCreateTyped()
124 List<Allocation> value = mAllocationMap.get(key); in returnToCache()
139 mAllocationMap.put(key, value); in returnToCache()
179 for (Map.Entry<AllocationKey, List<Allocation>> entry : mAllocationMap.entrySet()) { in close()
189 mAllocationMap.clear(); in close()