Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
DBufferManager.java313 private final Map<String, LinkedList<SampleChunk>> mEvictMap = new ArrayMap<>(); field in BufferManager.EvictChunkQueueMap
317 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()