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()
97 private final TvInputManager mTvInputManager; field in TvView193 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()
157 private TvInputManager mTvInputManager; field in TvInputService486 if (mTvInputManager == null) { in isPassthroughInput()487 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()489 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()1347 if (mTvInputManager == null) { in isHigherPriorityInternal()1356 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()1359 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
487 private TvInputManager mTvInputManager; field in HdmiControlService989 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()
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;