Home
last modified time | relevance | path

Searched refs:mExceptionOnPrepare (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DMpegTsMediaPeriod.java49 private IOException mExceptionOnPrepare; field in MpegTsMediaPeriod
61 mExceptionOnPrepare = e; in prepare()
82 if (mExceptionOnPrepare != null) { in maybeThrowPrepareError()
83 IOException e = mExceptionOnPrepare; in maybeThrowPrepareError()
84 mExceptionOnPrepare = null; in maybeThrowPrepareError()
DExoPlayerSampleExtractor.java85 private IOException mExceptionOnPrepare; field in ExoPlayerSampleExtractor
249 mExceptionOnPrepare = e; in onPrepared()
444 if (mExceptionOnPrepare != null) { in prepare()
445 IOException e = mExceptionOnPrepare; in prepare()
446 mExceptionOnPrepare = null; in prepare()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DExoPlayerSampleExtractor.java80 private IOException mExceptionOnPrepare; field in ExoPlayerSampleExtractor
294 mExceptionOnPrepare = e; in onPrepared()
500 if (mExceptionOnPrepare != null) { in prepare()
501 throw mExceptionOnPrepare; in prepare()