Home
last modified time | relevance | path

Searched refs:cameraCaptureSession (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DFrameServerFactory.java31 public FrameServerFactory(Lifetime lifetime, CameraCaptureSessionProxy cameraCaptureSession, in FrameServerFactory() argument
43 (cameraCaptureSession, cameraHandler)); in FrameServerFactory()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DZslOneCameraFactory.java167 CameraCaptureSessionProxy cameraCaptureSession, in createOneCamera()
174 (cameraLifetime), cameraCaptureSession, new HandlerFactory()); in createOneCamera()
279 cameraCaptureSession, in createOneCamera()
DSimpleOneCameraFactory.java132 CameraCaptureSessionProxy cameraCaptureSession, in createOneCamera()
139 new Lifetime(cameraLifetime), cameraCaptureSession, new HandlerFactory()); in createOneCamera()
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DCameraStarter.java65 CameraCaptureSessionProxy cameraCaptureSession, in startCamera() argument