/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | MergingMediaSource.java | 139 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in MergingMediaSource 143 super.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
|
D | ClippingMediaSource.java | 200 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in ClippingMediaSource 204 super.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
|
D | CompositeMediaSource.java | 56 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in CompositeMediaSource 58 childSource.mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
|
D | MediaSource.java | 309 void maybeThrowSourceInfoRefreshError() throws IOException; in maybeThrowSourceInfoRefreshError() method
|
D | MaskingMediaPeriod.java | 146 mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowPrepareError()
|
D | SingleSampleMediaSource.java | 316 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in SingleSampleMediaSource
|
D | ProgressiveMediaSource.java | 258 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in ProgressiveMediaSource
|
D | SilenceMediaSource.java | 116 public void maybeThrowSourceInfoRefreshError() {} in maybeThrowSourceInfoRefreshError() method in SilenceMediaSource
|
D | MaskingMediaSource.java | 95 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in MaskingMediaSource
|
D | ConcatenatingMediaSource.java | 1005 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in ConcatenatingMediaSource.DummyMediaSource
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | MediaSourceList.java | 335 public final void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in MediaSourceList 337 childSource.mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
|
D | ExoPlayerImplInternal.java | 1563 private void maybeThrowSourceInfoRefreshError() throws IOException { 1573 mediaSourceList.maybeThrowSourceInfoRefreshError(); 1670 mediaSourceList.maybeThrowSourceInfoRefreshError(); 1684 maybeThrowSourceInfoRefreshError();
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeMediaSource.java | 148 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in FakeMediaSource
|
D | MediaSourceTestRunner.java | 128 mediaSource.maybeThrowSourceInfoRefreshError(); in prepareSource()
|
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
D | HlsMediaSource.java | 432 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in HlsMediaSource
|
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/ |
D | SsMediaSource.java | 575 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in SsMediaSource
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadHelper.java | 1022 mediaSource.maybeThrowSourceInfoRefreshError(); in handleMessage()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashMediaSource.java | 678 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in DashMediaSource
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/ |
D | ExoPlayerTest.java | 2805 public void maybeThrowSourceInfoRefreshError() throws IOException { in secondMediaSourceInPlaylistOnlyThrowsWhenPreviousPeriodIsFullyRead() 2842 public void maybeThrowSourceInfoRefreshError() throws IOException { in testDynamicallyAddedSecondMediaSourceInPlaylistOnlyThrowsWhenPreviousPeriodIsFullyRead()
|