HomeSort by relevance Sort by last modified time
    Searched full:allocationkey (Results 1 - 1 of 1) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationCache.java 46 private final HashMap<AllocationKey, List<Allocation>> mAllocationMap =
47 new HashMap<AllocationKey, List<Allocation>>();
82 AllocationKey key = new AllocationKey(type, usage);
123 AllocationKey key = new AllocationKey(allocation.getType(), usage);
179 for (Map.Entry<AllocationKey, List<Allocation>> entry : mAllocationMap.entrySet()) {
207 private static class AllocationKey {
211 public AllocationKey(Type type, int usage) {
223 if (other instanceof AllocationKey){
    [all...]

Completed in 987 milliseconds