/aosp12/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | CaptureSessionFactory.java | 33 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method
|
H A 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()
|
H A D | CaptureSessionFactoryImpl.java | 41 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureSessionFactoryImpl
|
H A D | CaptureSessionManager.java | 96 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); in createNewSession() method
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | CaptureIntentSessionFactory.java | 31 public CaptureSession createNewSession(CaptureSessionManager sessionManager, in createNewSession() method in CaptureIntentSessionFactory
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/ |
H A D | ProcessingService.java | 228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation()); in processAndNotify()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/ |
H A D | ResourceCaptureToolsImpl.java | 173 mCaptureSessionManager.createNewSession(fileName, timestamp, location); in takePictureNow()
|
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipSessionGroup.java | 422 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 D | CaptureModule.java | 559 .createNewSession(title, sessionTime, location); in createAndStartCaptureSession() 571 .createNewSession(title, sessionTime, location); in createAndStartUntrackedCaptureSession()
|