Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DPictureTakerFactory.java46 Supplier<OneCamera.PhotoCaptureParameters.Flash> flashMode, boolean cafSupport) { in create() argument
49 ImageCaptureCommand flashOnCommand = cafSupport ? new ConvergedImageCaptureCommand( in create()
62 ImageCaptureCommand flashOffCommand = cafSupport ? new ConvergedImageCaptureCommand( in create()
76 ImageCaptureCommand flashAutoCommand = cafSupport ? new ConvergedImageCaptureCommand( in create()
H A DConvergedImageCaptureCommand.java73 boolean cafSupport) { in resetFocusExposureModes() argument
76 if (cafSupport) { in resetFocusExposureModes()