Searched refs:SetCommand (Results 1 – 4 of 4) sorted by relevance
22 public interface SetCommand { interface
481 SetCommand s = sSetCommandMap.get(key); in set()1543 private static final HashMap<Key<?>, SetCommand> sSetCommandMap =1544 new HashMap<Key<?>, SetCommand>();1547 new SetCommand() { in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey() method1554 new SetCommand() { in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey() method1561 new SetCommand() { in CaptureResult.STATISTICS_FACES.getNativeKey() method1567 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey() method1573 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey() method
2299 android.hardware.camera2.impl.SetCommand
42427 Landroid/hardware/camera2/impl/SetCommand;