Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java451 SetCommand s = sSetCommandMap.get(key); in set()
1409 private static final HashMap<Key<?>, SetCommand> sSetCommandMap = field in CameraMetadataNative
1412 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()
1419 sSetCommandMap.put(CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey()
1426 sSetCommandMap.put(CaptureResult.STATISTICS_FACES.getNativeKey(), in CaptureResult.STATISTICS_FACES.getNativeKey()
1433 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey()
1439 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22106 Landroid/hardware/camera2/impl/CameraMetadataNative;->sSetCommandMap:Ljava/util/HashMap;