Searched refs:getBufferDir (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
H A D | DvrStorageManager.java | 69 public File getBufferDir() { in getBufferDir() method in DvrStorageManager 172 File file = new File(getBufferDir(), fileName); in readTrackInfoFiles() 212 File file = new File(getBufferDir(), fileName); in readCaptionInfoFiles() 256 File file = new File(getBufferDir(), trackId + IDX_FILE_SUFFIX_V2); in readIndexFile() 260 return readOldIndexFile(new File(getBufferDir(), trackId + IDX_FILE_SUFFIX)); in readIndexFile() 337 File file = new File(getBufferDir(), fileName); in writeTrackInfoFiles() 369 File file = new File(getBufferDir(), fileName); in writeCaptionInfoFiles() 381 File indexFile = new File(getBufferDir(), trackName + IDX_FILE_SUFFIX_V2); in writeIndexFile() 396 File indexFile = new File(getBufferDir(), trackName + IDX_FILE_SUFFIX_V2); in updateIndexFile()
|
H A D | BufferManager.java | 227 File getBufferDir(); in getBufferDir() method 402 File file = new File(mStorageManager.getBufferDir(), getFileName(id, positionUs)); in createNewWriteFileIfNeeded() 446 mStorageManager.getBufferDir(), in loadTrackFromStorage()
|
H A D | TrickplayStorageManager.java | 110 public File getBufferDir() { in getBufferDir() method in TrickplayStorageManager
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
H A D | DvrStorageManager.java | 69 public File getBufferDir() { in getBufferDir() method in DvrStorageManager 172 File file = new File(getBufferDir(), fileName); in readTrackInfoFiles() 212 File file = new File(getBufferDir(), fileName); in readCaptionInfoFiles() 256 File file = new File(getBufferDir(), trackId + IDX_FILE_SUFFIX_V2); in readIndexFile() 260 return readOldIndexFile(new File(getBufferDir(), trackId + IDX_FILE_SUFFIX)); in readIndexFile() 337 File file = new File(getBufferDir(), fileName); in writeTrackInfoFiles() 369 File file = new File(getBufferDir(), fileName); in writeCaptionInfoFiles() 381 File indexFile = new File(getBufferDir(), trackName + IDX_FILE_SUFFIX_V2); in writeIndexFile() 396 File indexFile = new File(getBufferDir(), trackName + IDX_FILE_SUFFIX_V2); in updateIndexFile()
|
H A D | BufferManager.java | 230 File getBufferDir(); in getBufferDir() method 405 File file = new File(mStorageManager.getBufferDir(), getFileName(id, positionUs)); in createNewWriteFileIfNeeded() 450 mStorageManager.getBufferDir(), in loadTrackFromStorage()
|
H A D | TrickplayStorageManager.java | 110 public File getBufferDir() { in getBufferDir() method in TrickplayStorageManager
|
/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/ |
H A D | SampleSourceExtractorTest.java | 220 public File getBufferDir() { in getBufferDir() method in SampleSourceExtractorTest.StubStorageManager
|