Home
last modified time | relevance | path

Searched defs:maybeThrowError (Results 1 – 17 of 17) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DLoaderErrorThrower.java33 void maybeThrowError() throws IOException; in maybeThrowError() method
44 void maybeThrowError(int minRetryCount) throws IOException; in maybeThrowError() method
52 public void maybeThrowError() { in maybeThrowError() method in LoaderErrorThrower.Dummy
57 public void maybeThrowError(int minRetryCount) { in maybeThrowError() method in LoaderErrorThrower.Dummy
DLoader.java288 public void maybeThrowError() throws IOException { in maybeThrowError() method in Loader
293 public void maybeThrowError(int minRetryCount) throws IOException { in maybeThrowError() method in Loader
337 public void maybeThrowError(int minRetryCount) throws IOException { in maybeThrowError() method in Loader.LoadTask
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DEmptySampleStream.java33 public void maybeThrowError() { in maybeThrowError() method in EmptySampleStream
DSampleStream.java54 void maybeThrowError() throws IOException; in maybeThrowError() method
DProgressiveMediaPeriod.java460 /* package */ void maybeThrowError(int sampleQueueIndex) throws IOException { in maybeThrowError() method in ProgressiveMediaPeriod
465 /* package */ void maybeThrowError() throws IOException { in maybeThrowError() method in ProgressiveMediaPeriod
911 public void maybeThrowError() throws IOException { in maybeThrowError() method in ProgressiveMediaPeriod.SampleStreamImpl
DClippingMediaPeriod.java299 public void maybeThrowError() throws IOException { in maybeThrowError() method in ClippingMediaPeriod.ClippingSampleStream
DSilenceMediaSource.java250 public void maybeThrowError() {} in maybeThrowError() method in SilenceMediaSource.SilenceSampleStream
DSingleSampleMediaPeriod.java325 public void maybeThrowError() throws IOException { in maybeThrowError() method in SingleSampleMediaPeriod.SampleStreamImpl
DMergingMediaPeriod.java436 public void maybeThrowError() throws IOException { in maybeThrowError() method in MergingMediaPeriod.TimeOffsetSampleStream
DSampleQueue.java213 public void maybeThrowError() throws IOException { in maybeThrowError() method in SampleQueue
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsSampleStream.java61 public void maybeThrowError() throws IOException { in maybeThrowError() method in HlsSampleStream
DHlsChunkSource.java165 public void maybeThrowError() throws IOException { in maybeThrowError() method in HlsChunkSource
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DChunkSource.java46 void maybeThrowError() throws IOException; in maybeThrowError() method
DChunkSampleStream.java368 public void maybeThrowError() throws IOException { in maybeThrowError() method in ChunkSampleStream
768 public void maybeThrowError() { in maybeThrowError() method in ChunkSampleStream.EmbeddedSampleStream
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DEventSampleStream.java94 public void maybeThrowError() throws IOException { in maybeThrowError() method in EventSampleStream
DDashMediaSource.java1469 public void maybeThrowError() throws IOException { in maybeThrowError() method in DashMediaSource.ManifestLoadErrorThrower
1475 public void maybeThrowError(int minRetryCount) throws IOException { in maybeThrowError() method in DashMediaSource.ManifestLoadErrorThrower
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeSampleStream.java209 public void maybeThrowError() throws IOException { in maybeThrowError() method in FakeSampleStream