Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/
H A 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()
H A DTvView.java97 private final TvInputManager mTvInputManager; field in TvView
193 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
380 if (mTvInputManager != null) { in tune()
381 mTvInputManager.createSession( in tune()
581 if (mTvInputManager != null) { in timeShiftPlay()
582 mTvInputManager.createSession( in timeShiftPlay()
H A DTvInputService.java157 private TvInputManager mTvInputManager; field in TvInputService
486 if (mTvInputManager == null) { in isPassthroughInput()
487 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()
489 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId); in isPassthroughInput()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A 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()
1347 if (mTvInputManager == null) { in isHigherPriorityInternal()
1356 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
1359 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java487 private TvInputManager mTvInputManager; field in HdmiControlService
989 mTvInputManager = (TvInputManager) getContext().getSystemService( in onBootPhase()
1009 return mTvInputManager; in getTvInputManager()
1013 if (mTvInputManager == null) return; in registerTvInputCallback()
1014 mTvInputManager.registerCallback(callback, mHandler); in registerTvInputCallback()
1018 if (mTvInputManager == null) return; in unregisterTvInputCallback()
1019 mTvInputManager.unregisterCallback(callback); in unregisterTvInputCallback()
/aosp14/frameworks/base/boot/hiddenapi/
H A 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;