Searched refs:SetCommand (Results 1 – 3 of 3) sorted by relevance
22 public interface SetCommand { interface
396 SetCommand s = sSetCommandMap.get(key); in set()970 private static final HashMap<Key<?>, SetCommand> sSetCommandMap =971 new HashMap<Key<?>, SetCommand>();974 new SetCommand() { in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey() method981 new SetCommand() { in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey() method988 new SetCommand() { in CaptureResult.STATISTICS_FACES.getNativeKey() method994 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey() method1000 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey() method
1513 android.hardware.camera2.impl.SetCommand