Searched refs:GetCommand (Results 1 – 2 of 2) sorted by relevance
351 GetCommand g = sGetCommandMap.get(key); in get()467 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =468 new HashMap<Key<?>, GetCommand>();471 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() { in GetCommand() method479 CaptureResult.STATISTICS_FACES.getNativeKey(), new GetCommand() { in GetCommand() method487 CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new GetCommand() { in GetCommand() method496 new GetCommand() { in CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP.getNativeKey() method504 CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new GetCommand() { in CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey() method512 CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new GetCommand() { in GetCommand() method520 CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new GetCommand() { in CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey() method[all …]
22 public interface GetCommand { interface