Home
last modified time | relevance | path

Searched refs:onCameraCaptureSessionCreated (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DPreviewStarter.java38 public void onCameraCaptureSessionCreated(CameraCaptureSessionProxy session, Surface in onCameraCaptureSessionCreated() method
91 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface); in startPreview()
DInitializedOneCameraFactory.java138 public void onCameraCaptureSessionCreated(CameraCaptureSessionProxy session, in InitializedOneCameraFactory()