Home | History | Annotate | Download | only in cts

Lines Matching defs:LEGACY

85     private static final int LEGACY = CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY;
336 * LEGACY devices are a bit special since they map to api1 devices, so we know
1575 // Don't enforce LIMITED-starting keys on LEGACY level, even if cap is defined
1590 if (actualHwLevel == LEGACY && hwLevel != OPT) {
1593 "Key (%s) is not required for LEGACY devices but still appears",
1686 /** Remap HW levels worst<->best, 0 = LEGACY, 1 = LIMITED, 2 = FULL, ..., N = LEVEL_N */
1691 case LEGACY:
1709 case LEGACY:
1710 return "LEGACY";