Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DBufferManager.java510 String earliestChunkId = null; in maybeEvictChunk() local
522 earliestChunkId = entry.getKey(); in maybeEvictChunk()
528 mPendingDelete.add(earliestChunkId, earliestChunk); in maybeEvictChunk()
539 earliestChunkId, in maybeEvictChunk()
543 ChunkEvictedListener listener = mEvictListeners.get(earliestChunkId); in maybeEvictChunk()
545 listener.onChunkEvicted(earliestChunkId, earliestChunk.getCreatedTimeMs()); in maybeEvictChunk()