Home
last modified time | relevance | path

Searched refs:SetCommand (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DSetCommand.java22 public interface SetCommand { interface
DCameraMetadataNative.java481 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() method
1554 new SetCommand() { in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey() method
1561 new SetCommand() { in CaptureResult.STATISTICS_FACES.getNativeKey() method
1567 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey() method
1573 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey() method
/frameworks/base/config/
Dpreloaded-classes2299 android.hardware.camera2.impl.SetCommand
Dboot-image-profile.txt42427 Landroid/hardware/camera2/impl/SetCommand;