Searched refs:readTrackInfoFile (Results 1 – 4 of 4) sorted by relevance
231 Pair<String, MediaFormat> readTrackInfoFile(boolean isAudio) throws IOException; in readTrackInfoFile() method444 trackInfos.add(mStorageManager.readTrackInfoFile(false)); in readTrackInfoFiles()450 trackInfos.add(mStorageManager.readTrackInfoFile(true)); in readTrackInfoFiles()
93 public Pair<String, MediaFormat> readTrackInfoFile(boolean isAudio) { in readTrackInfoFile() method in TrickplayStorageManager
155 public Pair<String, MediaFormat> readTrackInfoFile(boolean isAudio) throws IOException { in readTrackInfoFile() method in DvrStorageManager
258 trackInfo = storageManager.readTrackInfoFile(false); in getDurationForRecording()262 trackInfo = storageManager.readTrackInfoFile(true); in getDurationForRecording()