Home
last modified time | relevance | path

Searched refs:createNewSession (Results 1 – 9 of 9) 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 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()
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
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSessionFactory.java31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureIntentSessionFactory
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingService.java228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); in processAndNotify()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceCaptureToolsImpl.java173 mCaptureSessionManager.createNewSession(fileName, timestamp, location); in takePictureNow()
/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
486 newSession = createNewSession(event, in processNewInviteRequest()
497 newSession = createNewSession(event, mProxy, in processNewInviteRequest()
1276 SipSessionImpl newSession = createNewSession(event,
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java559 .createNewSession(title, sessionTime, location); in createAndStartCaptureSession()
571 .createNewSession(title, sessionTime, location); in createAndStartUntrackedCaptureSession()