Searched refs:mTvInputManager (Results 1 – 6 of 6) sorted by relevance
48 private final TvInputManager mTvInputManager; field in TvRecordingClient72 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()
100 private final TvInputManager mTvInputManager; field in TvView196 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()
161 private TvInputManager mTvInputManager; field in TvInputService490 if (mTvInputManager == null) { in isPassthroughInput()491 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()493 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId); in isPassthroughInput()
113 private TvInputManager mTvInputManager; field in TunerResourceManagerService144 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()
519 private TvInputManager mTvInputManager; field in HdmiControlService1097 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()
31655 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;