Home
last modified time | relevance | path

Searched defs:createNewSession (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSessionFactory.java33 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method
H A DCaptureSessionFactoryImpl.java41 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureSessionFactoryImpl
H A DCaptureSessionManager.java96 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); in createNewSession() method
H A DCaptureSessionManagerImpl.java279 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) { in createNewSession() method in CaptureSessionManagerImpl
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSessionFactory.java31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureIntentSessionFactory
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java422 private SipSessionImpl createNewSession(RequestEvent event, in createNewSession() method in SipSessionGroup