Searched refs:mTunerSource (Results 1 – 3 of 3) sorted by relevance
97 private UsbTunerDataSource mTunerSource; field in TunerRecordingSessionWorker280 if (mTunerSource != null) { in reset()281 mTunerSource.stopStream(); in reset()282 mTunerSource = null; in reset()305 if (mTunerSource != null) { in resetRecorder()306 mTunerSource.stopStream(); in resetRecorder()307 mTunerSource = null; in resetRecorder()339 mTunerSource = new UsbTunerDataSource(mTunerHal, this); in onStartRecording()340 if (!mTunerSource.tuneToChannel(mChannel)) { in onStartRecording()347 mTunerSource.startStream(); in onStartRecording()[all …]
151 private UsbTunerDataSource mTunerSource; field in TunerSessionWorker209 mTunerSource = new UsbTunerDataSource(mTunerHal, this); in TunerSessionWorker()1187 mSource = mTunerSource; in playFromChannel()
226 private final InputStreamSource mTunerSource; field in ScanFragment.ChannelScanTask238 mTunerSource = FAKE_MODE ? new FakeInputStreamSource(this) in ChannelScanTask()353 AutoCloseableUtils.closeQuietly(mTunerSource); in scanChannels()366 return mTunerSource; in getDataSource()