HomeSort by relevance Sort by last modified time
    Searched defs:mAllocationMap (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationCache.java 46 private final HashMap<AllocationKey, List<Allocation>> mAllocationMap =
83 List<Allocation> list = mAllocationMap.get(key);
124 List<Allocation> value = mAllocationMap.get(key);
139 mAllocationMap.put(key, value);
179 for (Map.Entry<AllocationKey, List<Allocation>> entry : mAllocationMap.entrySet()) {
189 mAllocationMap.clear();
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 83 static HashMap<Long, Allocation> mAllocationMap =
    [all...]

Completed in 79 milliseconds