Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java517 SetCommand s = sSetCommandMap.get(key); in set()
1879 private static final HashMap<Key<?>, SetCommand> sSetCommandMap = field in CameraMetadataNative
1882 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()
1889 sSetCommandMap.put(CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey()
1896 sSetCommandMap.put(CaptureResult.STATISTICS_FACES.getNativeKey(), in CaptureResult.STATISTICS_FACES.getNativeKey()
1903 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey()
1909 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()
1915 sSetCommandMap.put(CaptureRequest.SCALER_CROP_REGION.getNativeKey(), in CaptureRequest.SCALER_CROP_REGION.getNativeKey()
1922 sSetCommandMap.put(CaptureRequest.CONTROL_AWB_REGIONS.getNativeKey(), in CaptureRequest.CONTROL_AWB_REGIONS.getNativeKey()
1929 sSetCommandMap.put(CaptureRequest.CONTROL_AF_REGIONS.getNativeKey(), in CaptureRequest.CONTROL_AF_REGIONS.getNativeKey()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19219 Landroid/hardware/camera2/impl/CameraMetadataNative;->sSetCommandMap:Ljava/util/HashMap;