Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java352 GetCommand g = sGetCommandMap.get(key); in get()
479 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =
480 new HashMap<Key<?>, GetCommand>();
483 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand() method
491 CaptureResult.STATISTICS_FACES.getNativeKey(), new GetCommand() { in GetCommand() method
499 CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new GetCommand() { in GetCommand() method
508 new GetCommand() { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method
516 CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new GetCommand() { in CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey() method
524 CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new GetCommand() { in GetCommand() method
532 CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new GetCommand() { in CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey() method
[all …]
DGetCommand.java22 public interface GetCommand { interface
/frameworks/base/
Dcompiled-classes-phone1511 android.hardware.camera2.impl.GetCommand