Searched refs:mSessionManager (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/session/ |
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()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | RecordingTask.java | 72 private final DvrSessionManager mSessionManager; field in RecordingTask 89 mSessionManager = sessionManager; in RecordingTask() 196 if (mSessionManager.canAcquireDvrSession(inputId, mChannel)) { in handleInit() 197 mTvRecordingClient = mSessionManager in handleInit() 255 mSessionManager.releaseTvRecordingClient(mTvRecordingClient); in release()
|
D | Scheduler.java | 76 private final DvrSessionManager mSessionManager; field in Scheduler 90 mSessionManager = sessionManager; in Scheduler() 147 mSessionManager, mDataManager, mClock); in scheduleRecordingSoon()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | CameraServicesImpl.java | 57 private final CaptureSessionManager mSessionManager; field in CameraServicesImpl 72 mSessionManager = new CaptureSessionManagerImpl( in CameraServicesImpl() 83 return mSessionManager; in getCaptureSessionManager()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
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()
|
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
D | SchedulerTest.java | 54 @Mock DvrSessionManager mSessionManager; field in SchedulerTest 65 mScheduler = new Scheduler(Looper.myLooper(), mDvrManager, mSessionManager, mDataManager, in setUp()
|
/packages/apps/Camera2/src/com/android/camera/captureintent/ |
D | CaptureIntentSession.java | 50 private final CaptureSessionManager mSessionManager; field in CaptureIntentSession 72 mSessionManager = captureSessionManager; in CaptureIntentSession()
|