Searched defs:createNewSession (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSessionFactory.java31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, method in class:CaptureIntentSessionFactory
/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSessionFactory.java33 public CaptureSession createNewSession(CaptureSessionManager sessionManager, method in interface:CaptureSessionFactory
H A DCaptureSessionFactoryImpl.java41 public CaptureSession createNewSession(CaptureSessionManager sessionManager, method in class:CaptureSessionFactoryImpl
H A DCaptureSessionManager.java96 public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); method in interface:CaptureSessionManager
H A DCaptureSessionManagerImpl.java279 public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) { method in class:CaptureSessionManagerImpl
280 return mSessionFactory.createNewSession(this, mSessionNotifier, title, sessionStartMillis,

Completed in 81 milliseconds