Searched refs:mTunerSource (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java97 private UsbTunerDataSource mTunerSource; field in class:TunerRecordingSessionWorker
280 if (mTunerSource != null) {
281 mTunerSource.stopStream();
282 mTunerSource = null;
305 if (mTunerSource != null) {
306 mTunerSource.stopStream();
307 mTunerSource = null;
339 mTunerSource = new UsbTunerDataSource(mTunerHal, this);
340 if (!mTunerSource.tuneToChannel(mChannel)) {
347 mTunerSource
[all...]
H A DTunerSessionWorker.java151 private UsbTunerDataSource mTunerSource; field in class:TunerSessionWorker
209 mTunerSource = new UsbTunerDataSource(mTunerHal, this);
1187 mSource = mTunerSource;
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
H A DScanFragment.java226 private final InputStreamSource mTunerSource; field in class:ScanFragment.ChannelScanTask
238 mTunerSource = FAKE_MODE ? new FakeInputStreamSource(this)
353 AutoCloseableUtils.closeQuietly(mTunerSource);
366 return mTunerSource;

Completed in 55 milliseconds