Home
last modified time | relevance | path

Searched defs:SetCommand (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DSetCommand.java22 public interface SetCommand { interface
DCameraMetadataNative.java1953 new SetCommand() { in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey() method
1960 new SetCommand() { in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey() method
1967 new SetCommand() { in CaptureResult.STATISTICS_FACES.getNativeKey() method
1973 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey() method
1979 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey() method
1986 new SetCommand() { in CaptureRequest.SCALER_CROP_REGION.getNativeKey() method
1993 new SetCommand() { in CaptureRequest.CONTROL_AWB_REGIONS.getNativeKey() method
2000 new SetCommand() { in CaptureRequest.CONTROL_AF_REGIONS.getNativeKey() method
2007 new SetCommand() { in CaptureRequest.CONTROL_AE_REGIONS.getNativeKey() method
2014 new SetCommand() { in CaptureResult.STATISTICS_LENS_SHADING_CORRECTION_MAP.getNativeKey() method
[all …]