Home
last modified time | relevance | path

Searched refs:maybeThrowSourceInfoRefreshError (Results 1 – 19 of 19) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DMergingMediaSource.java139 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in MergingMediaSource
143 super.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
DClippingMediaSource.java200 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in ClippingMediaSource
204 super.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
DCompositeMediaSource.java56 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in CompositeMediaSource
58 childSource.mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
DMediaSource.java309 void maybeThrowSourceInfoRefreshError() throws IOException; in maybeThrowSourceInfoRefreshError() method
DMaskingMediaPeriod.java146 mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowPrepareError()
DSingleSampleMediaSource.java316 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in SingleSampleMediaSource
DProgressiveMediaSource.java258 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in ProgressiveMediaSource
DSilenceMediaSource.java116 public void maybeThrowSourceInfoRefreshError() {} in maybeThrowSourceInfoRefreshError() method in SilenceMediaSource
DMaskingMediaSource.java95 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in MaskingMediaSource
DConcatenatingMediaSource.java1005 public void maybeThrowSourceInfoRefreshError() { in maybeThrowSourceInfoRefreshError() method in ConcatenatingMediaSource.DummyMediaSource
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DMediaSourceList.java335 public final void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in MediaSourceList
337 childSource.mediaSource.maybeThrowSourceInfoRefreshError(); in maybeThrowSourceInfoRefreshError()
DExoPlayerImplInternal.java1563 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/
DFakeMediaSource.java148 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in FakeMediaSource
DMediaSourceTestRunner.java128 mediaSource.maybeThrowSourceInfoRefreshError(); in prepareSource()
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSource.java432 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in HlsMediaSource
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/
DSsMediaSource.java575 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in SsMediaSource
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadHelper.java1022 mediaSource.maybeThrowSourceInfoRefreshError(); in handleMessage()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaSource.java678 public void maybeThrowSourceInfoRefreshError() throws IOException { in maybeThrowSourceInfoRefreshError() method in DashMediaSource
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java2805 public void maybeThrowSourceInfoRefreshError() throws IOException { in secondMediaSourceInPlaylistOnlyThrowsWhenPreviousPeriodIsFullyRead()
2842 public void maybeThrowSourceInfoRefreshError() throws IOException { in testDynamicallyAddedSecondMediaSourceInPlaylistOnlyThrowsWhenPreviousPeriodIsFullyRead()