Searched refs:sSetCommandMap (Results 1 – 2 of 2) sorted by relevance
453 SetCommand s = sSetCommandMap.get(key); in set()1411 private static final HashMap<Key<?>, SetCommand> sSetCommandMap = field in CameraMetadataNative1414 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()1421 sSetCommandMap.put(CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey()1428 sSetCommandMap.put(CaptureResult.STATISTICS_FACES.getNativeKey(), in CaptureResult.STATISTICS_FACES.getNativeKey()1435 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey()1441 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()
23595 Landroid/hardware/camera2/impl/CameraMetadataNative;->sSetCommandMap:Ljava/util/HashMap;