Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java48 private final TvInputManager mTvInputManager; field in TvRecordingClient
72 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()
170 if (mTvInputManager != null) { in tune()
171 mTvInputManager.createRecordingSession(inputId, mSessionCallback, mHandler); in tune()
320 TvInputInfo info = mTvInputManager.getTvInputInfo(mSessionCallback.mInputId); in pauseRecording()
DTvView.java100 private final TvInputManager mTvInputManager; field in TvView
196 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
383 if (mTvInputManager != null) { in tune()
384 mTvInputManager.createSession( in tune()
586 if (mTvInputManager != null) { in timeShiftPlay()
587 mTvInputManager.createSession( in timeShiftPlay()
DTvInputService.java161 private TvInputManager mTvInputManager; field in TvInputService
490 if (mTvInputManager == null) { in isPassthroughInput()
491 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()
493 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId); in isPassthroughInput()
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java113 private TvInputManager mTvInputManager; field in TunerResourceManagerService
144 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in onStart()
715 if (mTvInputManager == null) { in registerClientProfileInternal()
724 : mTvInputManager.getClientPid(profile.tvInputSessionId); /*tvAppId*/ in registerClientProfileInternal()
1365 if (mTvInputManager == null) { in isHigherPriorityInternal()
1374 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
1377 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java519 private TvInputManager mTvInputManager; field in HdmiControlService
1097 mTvInputManager = (TvInputManager) getContext().getSystemService( in onBootPhase()
1117 return mTvInputManager; in getTvInputManager()
1121 if (mTvInputManager == null) return; in registerTvInputCallback()
1122 mTvInputManager.registerCallback(callback, mHandler); in registerTvInputCallback()
1126 if (mTvInputManager == null) return; in unregisterTvInputCallback()
1127 mTvInputManager.unregisterCallback(callback); in unregisterTvInputCallback()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31655 Landroid/media/tv/TvInputService;->mTvInputManager:Landroid/media/tv/TvInputManager;
31674 Landroid/media/tv/TvRecordingClient;->mTvInputManager:Landroid/media/tv/TvInputManager;
31765 Landroid/media/tv/TvView;->mTvInputManager:Landroid/media/tv/TvInputManager;