/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
H A D | ConflictChecker.java | 79 private final InputSessionManager mSessionManager; field in ConflictChecker 139 mSessionManager = tvSingletons.getInputSessionManager(); in ConflictChecker() 150 mSessionManager.addOnTvViewChannelChangeListener(mOnTvViewChannelChangeListener); in start() 159 mSessionManager.removeOnTvViewChannelChangeListener(mOnTvViewChannelChangeListener); in stop() 201 if (mSessionManager.getCurrentTvViewChannelUri() == null) { in onCheckConflict() 206 Uri channelUri = mSessionManager.getCurrentTvViewChannelUri(); in onCheckConflict()
|
H A D | DvrRecordingService.java | 96 private InputSessionManager mSessionManager; field in DvrRecordingService 125 mSessionManager = singletons.getInputSessionManager(); in onCreate() 126 mSessionManager.addOnRecordingSessionChangeListener(mOnRecordingSessionChangeListener); in onCreate() 153 mSessionManager.removeRecordingSessionChangeListener(mOnRecordingSessionChangeListener); in onDestroy()
|
H A D | InputTaskScheduler.java | 106 private final InputSessionManager mSessionManager; field in InputTaskScheduler 156 mSessionManager = sessionManager; in InputTaskScheduler() 176 mSessionManager, in InputTaskScheduler() 360 schedule, channel, mDvrManager, mSessionManager, mDataManager, mClock); in createRecordingTask()
|
H A D | RecordingScheduler.java | 76 private final InputSessionManager mSessionManager; field in RecordingScheduler 151 mSessionManager = sessionManager; in RecordingScheduler() 307 mSessionManager, in scheduleRecordingSoon()
|
H A D | RecordingTask.java | 119 private final InputSessionManager mSessionManager; field in RecordingTask 146 mSessionManager = sessionManager; in RecordingTask() 336 mSessionManager.createRecordingSession( in handleInit() 436 mSessionManager.releaseRecordingSession(mRecordingSession); in release()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | CaptureSessionImpl.java | 51 private final CaptureSessionManager mSessionManager; field in CaptureSessionImpl 115 mSessionManager = captureSessionManager; in CaptureSessionImpl() 214 mSessionManager.putSession(mUri, this); in startEmpty() 234 mSessionManager.putSession(mUri, this); in startSession() 255 mSessionManager.putSession(mUri, this); in startSession() 276 mSessionManager.putSession(mUri, this); in startSession() 283 mSessionManager.removeSession(mUri); in cancel() 436 mSessionManager.putErrorMessage(mUri, failureMessageId); in finishWithFailure()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/app/ |
H A D | CameraServicesImpl.java | 57 private final CaptureSessionManager mSessionManager; field in CameraServicesImpl 72 mSessionManager = new CaptureSessionManagerImpl( in CameraServicesImpl() 83 return mSessionManager; in getCaptureSessionManager()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | RemoteController.java | 68 private MediaSessionManager mSessionManager; field in RemoteController 126 mSessionManager = (MediaSessionManager) context in RemoteController() 541 mSessionManager.addOnActiveSessionsChangedListener(mSessionListener, listenerComponent, in startListeningToSessions() 543 mSessionListener.onActiveSessionsChanged(mSessionManager in startListeningToSessions() 555 mSessionManager.removeOnActiveSessionsChangedListener(mSessionListener); in stopListeningToSessions()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/ |
H A D | ProcessingService.java | 94 private CaptureSessionManager mSessionManager; field in ProcessingService 105 mSessionManager = getServices().getCaptureSessionManager(); in onCreate() 228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); in processAndNotify()
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSessionLegacyHelper.java | 55 private MediaSessionManager mSessionManager; field in MediaSessionLegacyHelper 64 mSessionManager = (MediaSessionManager) context in MediaSessionLegacyHelper() 174 mSessionManager.dispatchMediaKeyEvent(keyEvent, needWakeLock); in sendMediaButtonEvent() 185 mSessionManager.dispatchVolumeKeyEvent(keyEvent, stream, musicOnly); in sendVolumeKeyEvent() 189 mSessionManager.dispatchAdjustVolume(suggestedStream, delta, flags); in sendAdjustVolumeBy() 196 return mSessionManager.isGlobalPriorityActive(); in isGlobalPriorityActive()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | CaptureIntentSession.java | 52 private final CaptureSessionManager mSessionManager; field in CaptureIntentSession 74 mSessionManager = captureSessionManager; in CaptureIntentSession()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
H A D | SchedulerTest.java | 64 @Mock InputSessionManager mSessionManager; field in SchedulerTest 81 mSessionManager, in setUp()
|
H A D | InputTaskSchedulerTest.java | 74 @Mock private InputSessionManager mSessionManager; field in InputTaskSchedulerTest 96 mSessionManager, in setUp()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 32382 Landroid/media/RemoteController;->mSessionManager:Landroid/media/session/MediaSessionManager; 33072 Landroid/media/session/MediaSessionLegacyHelper;->mSessionManager:Landroid/media/session/MediaSessi…
|