Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DBufferManager.java526 || chunk.getCreatedTimeMs() < earliestChunk.getCreatedTimeMs()) { in maybeEvictChunk()
548 CommonUtils.toIsoDateTimeString(earliestChunk.getCreatedTimeMs()))); in maybeEvictChunk()
552 listener.onChunkEvicted(earliestChunk.getCreatedTimeMs()); in maybeEvictChunk()
DSampleChunk.java463 public long getCreatedTimeMs() { in getCreatedTimeMs() method in SampleChunk
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DBufferManager.java522 || chunk.getCreatedTimeMs() < earliestChunk.getCreatedTimeMs()) { in maybeEvictChunk()
544 CommonUtils.toIsoDateTimeString(earliestChunk.getCreatedTimeMs()))); in maybeEvictChunk()
548 listener.onChunkEvicted(earliestChunkId, earliestChunk.getCreatedTimeMs()); in maybeEvictChunk()
DSampleChunk.java425 public long getCreatedTimeMs() { in getCreatedTimeMs() method in SampleChunk