Searched refs:createNewSession (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/session/ |
D | CaptureSessionManagerImpl.java | 279 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) { in createNewSession() method in CaptureSessionManagerImpl 280 return mSessionFactory.createNewSession(this, mSessionNotifier, title, sessionStartMillis, in createNewSession()
|
D | CaptureSessionFactory.java | 33 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method
|
D | CaptureSessionFactoryImpl.java | 41 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureSessionFactoryImpl
|
D | CaptureSessionManager.java | 96 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); in createNewSession() method
|
/packages/apps/Camera2/src/com/android/camera/captureintent/ |
D | CaptureIntentSessionFactory.java | 31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureIntentSessionFactory
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); in processAndNotify()
|
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/ |
D | ResourceCaptureToolsImpl.java | 173 mCaptureSessionManager.createNewSession(fileName, timestamp, location); in takePictureNow()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CaptureModule.java | 559 .createNewSession(title, sessionTime, location); in createAndStartCaptureSession() 571 .createNewSession(title, sessionTime, location); in createAndStartUntrackedCaptureSession()
|