Home
last modified time | relevance | path

Searched refs:createNewSession (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionManagerImpl.java279 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) { in createNewSession() method in CaptureSessionManagerImpl
280 return mSessionFactory.createNewSession(this, mSessionNotifier, title, sessionStartMillis, in createNewSession()
DCaptureSessionFactory.java33 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method
DCaptureSessionFactoryImpl.java41 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureSessionFactoryImpl
DCaptureSessionManager.java96 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); in createNewSession() method
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSessionFactory.java31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureIntentSessionFactory
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); in processAndNotify()
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceCaptureToolsImpl.java173 mCaptureSessionManager.createNewSession(fileName, timestamp, location); in takePictureNow()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java559 .createNewSession(title, sessionTime, location); in createAndStartCaptureSession()
571 .createNewSession(title, sessionTime, location); in createAndStartUntrackedCaptureSession()