Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
H A DTrickplayStorageManager.java135 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) { in readIndexFile() method in TrickplayStorageManager
H A DBufferManager.java270 ArrayList<PositionHolder> readIndexFile(String trackId) throws IOException; in readIndexFile() method
429 ArrayList<PositionHolder> keyPositions = mStorageManager.readIndexFile(trackId); in loadTrackFromStorage()
H A DDvrStorageManager.java254 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile() method in DvrStorageManager
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
H A DTrickplayStorageManager.java135 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) { in readIndexFile() method in TrickplayStorageManager
H A DBufferManager.java273 ArrayList<PositionHolder> readIndexFile(String trackId) throws IOException; in readIndexFile() method
433 ArrayList<PositionHolder> keyPositions = mStorageManager.readIndexFile(trackId); in loadTrackFromStorage()
H A DDvrStorageManager.java254 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile() method in DvrStorageManager
/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/
H A DSampleSourceExtractorTest.java245 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile() method in SampleSourceExtractorTest.StubStorageManager