Home
last modified time | relevance | path

Searched refs:maybeThrowError (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DMpegTsSampleSource.java152 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleSource
157 mSampleExtractor.maybeThrowError(); in maybeThrowError()
DCea708TextTrackRenderer.java144 protected void maybeThrowError() throws ExoPlaybackException { in maybeThrowError() method in Cea708TextTrackRenderer
146 mSource.maybeThrowError(); in maybeThrowError()
DMpegTsSampleExtractor.java118 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleExtractor
120 mSampleExtractor.maybeThrowError(); in maybeThrowError()
DSampleExtractor.java47 void maybeThrowError() throws IOException; in maybeThrowError() method
DFileSampleExtractor.java76 public void maybeThrowError() throws IOException { in maybeThrowError() method in FileSampleExtractor
DExoPlayerSampleExtractor.java484 public void maybeThrowError() throws IOException { in maybeThrowError() method in ExoPlayerSampleExtractor
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DMpegTsMediaPeriod.java230 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsMediaPeriod.SampleStreamImpl
231 mExtractor.maybeThrowError(); in maybeThrowError()
DMpegTsSampleExtractor.java129 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleExtractor
131 mSampleExtractor.maybeThrowError(); in maybeThrowError()
DSampleExtractor.java49 void maybeThrowError() throws IOException; in maybeThrowError() method
DFileSampleExtractor.java97 public void maybeThrowError() throws IOException { in maybeThrowError() method in FileSampleExtractor
DExoPlayerSampleExtractor.java427 public void maybeThrowError() throws IOException { in maybeThrowError() method in ExoPlayerSampleExtractor
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMpegTsDefaultAudioTrackRenderer.java272 protected void maybeThrowError() throws ExoPlaybackException { in maybeThrowError() method in MpegTsDefaultAudioTrackRenderer
274 mSource.maybeThrowError(); in maybeThrowError()