Searched refs:mEvictMap (Results 1 – 1 of 1) sorted by relevance
313 private final Map<String, LinkedList<SampleChunk>> mEvictMap = new ArrayMap<>(); field in BufferManager.EvictChunkQueueMap317 mEvictMap.put(key, new LinkedList<>()); in init()321 LinkedList<SampleChunk> queue = mEvictMap.get(key); in add()329 LinkedList<SampleChunk> queue = mEvictMap.get(key); in poll()345 for (Map.Entry<String, LinkedList<SampleChunk>> entry : mEvictMap.entrySet()) { in release()350 mEvictMap.clear(); in release()