Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java46 private final TvInputManager mTvInputManager; field in TvRecordingClient
66 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()
129 if (mTvInputManager != null) { in tune()
130 mTvInputManager.createRecordingSession(inputId, mSessionCallback, mHandler); in tune()
DTvView.java88 private final TvInputManager mTvInputManager; field in TvView
173 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
337 if (mTvInputManager != null) { in tune()
338 mTvInputManager.createSession(inputId, mSessionCallback, mHandler); in tune()
488 if (mTvInputManager != null) { in timeShiftPlay()
489 mTvInputManager.createSession(inputId, mSessionCallback, mHandler); in timeShiftPlay()
DTvInputService.java107 private TvInputManager mTvInputManager; field in TvInputService
262 if (mTvInputManager == null) {
263 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);
265 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId);
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java288 private TvInputManager mTvInputManager; field in HdmiControlService
430 mTvInputManager = (TvInputManager) getContext().getSystemService( in onBootPhase()
437 return mTvInputManager; in getTvInputManager()
441 if (mTvInputManager == null) return; in registerTvInputCallback()
442 mTvInputManager.registerCallback(callback, mHandler); in registerTvInputCallback()
446 if (mTvInputManager == null) return; in unregisterTvInputCallback()
447 mTvInputManager.unregisterCallback(callback); in unregisterTvInputCallback()