Searched refs:PositionHolder (Results 1 – 3 of 3) sorted by relevance
226 private ArrayList<BufferManager.PositionHolder> readOldIndexFile(File indexFile) in readOldIndexFile()228 ArrayList<BufferManager.PositionHolder> indices = new ArrayList<>(); in readOldIndexFile()233 indices.add(new BufferManager.PositionHolder(positionUs, positionUs, 0)); in readOldIndexFile()239 private ArrayList<BufferManager.PositionHolder> readNewIndexFile(File indexFile) in readNewIndexFile()241 ArrayList<BufferManager.PositionHolder> indices = new ArrayList<>(); in readNewIndexFile()248 indices.add(new BufferManager.PositionHolder(positionUs, basePositionUs, offset)); in readNewIndexFile()255 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) in readIndexFile()
189 public static class PositionHolder { class in BufferManager209 public PositionHolder(long positionUs, long basePositionUs, int offset) { in PositionHolder() method in BufferManager.PositionHolder267 ArrayList<PositionHolder> readIndexFile(String trackId) throws IOException; in readIndexFile()426 ArrayList<PositionHolder> keyPositions = mStorageManager.readIndexFile(trackId); in loadTrackFromStorage()438 for (PositionHolder position : keyPositions) { in loadTrackFromStorage()
135 public ArrayList<BufferManager.PositionHolder> readIndexFile(String trackId) { in readIndexFile()