Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputService.java98 private Thread mDecoderThread; field in SampleTunerTvInputService.TvInputSessionImpl
117 if (mDecoderThread != null) { in onRelease()
118 mDecoderThread.interrupt(); in onRelease()
119 mDecoderThread = null; in onRelease()
176 mDecoderThread = in onTune()
180 mDecoderThread.start(); in onTune()