Searched refs:readIndexFile (Results 1 – 7 of 7) sorted by relevance
135 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) { in readIndexFile() method in TrickplayStorageManager
270 ArrayList<PositionHolder> readIndexFile(String trackId) throws IOException; in readIndexFile() method429 ArrayList<PositionHolder> keyPositions = mStorageManager.readIndexFile(trackId); in loadTrackFromStorage()
254 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile() method in DvrStorageManager
273 ArrayList<PositionHolder> readIndexFile(String trackId) throws IOException; in readIndexFile() method433 ArrayList<PositionHolder> keyPositions = mStorageManager.readIndexFile(trackId); in loadTrackFromStorage()
245 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile() method in SampleSourceExtractorTest.StubStorageManager