Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/testing/shadows/
H A DShadowRecoveryController.java79 maybeThrowError(); in generateKey()
109 maybeThrowError(); in getRecoveryStatus()
119 private static void maybeThrowError() throws InternalRecoveryServiceException { in maybeThrowError() method in ShadowRecoveryController
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
H A DMpegTsSampleSource.java152 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleSource
157 mSampleExtractor.maybeThrowError(); in maybeThrowError()
H A DCea708TextTrackRenderer.java144 protected void maybeThrowError() throws ExoPlaybackException { in maybeThrowError() method in Cea708TextTrackRenderer
146 mSource.maybeThrowError(); in maybeThrowError()
H A DSampleExtractor.java47 void maybeThrowError() throws IOException; in maybeThrowError() method
H A DMpegTsSampleExtractor.java118 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleExtractor
120 mSampleExtractor.maybeThrowError(); in maybeThrowError()
H A DFileSampleExtractor.java76 public void maybeThrowError() throws IOException { in maybeThrowError() method in FileSampleExtractor
H A DExoPlayerSampleExtractor.java484 public void maybeThrowError() throws IOException { in maybeThrowError() method in ExoPlayerSampleExtractor
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
H A DMpegTsMediaPeriod.java230 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsMediaPeriod.SampleStreamImpl
231 mExtractor.maybeThrowError(); in maybeThrowError()
H A DSampleExtractor.java49 void maybeThrowError() throws IOException; in maybeThrowError() method
H A DMpegTsSampleExtractor.java129 public void maybeThrowError() throws IOException { in maybeThrowError() method in MpegTsSampleExtractor
131 mSampleExtractor.maybeThrowError(); in maybeThrowError()
H A DFileSampleExtractor.java97 public void maybeThrowError() throws IOException { in maybeThrowError() method in FileSampleExtractor
H A DExoPlayerSampleExtractor.java427 public void maybeThrowError() throws IOException { in maybeThrowError() method in ExoPlayerSampleExtractor
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DMpegTsDefaultAudioTrackRenderer.java272 protected void maybeThrowError() throws ExoPlaybackException { in maybeThrowError() method in MpegTsDefaultAudioTrackRenderer
274 mSource.maybeThrowError(); in maybeThrowError()