Searched refs:sSetCommandMap (Results 1 – 2 of 2) sorted by relevance
451 SetCommand s = sSetCommandMap.get(key); in set()1409 private static final HashMap<Key<?>, SetCommand> sSetCommandMap = field in CameraMetadataNative1412 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()
22106 Landroid/hardware/camera2/impl/CameraMetadataNative;->sSetCommandMap:Ljava/util/HashMap;