Searched refs:getIfSupported (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyRequestMapper.java | 208 Boolean aeLock = getIfSupported(request, CONTROL_AE_LOCK, /*defaultValue*/false, in convertRequestMetadata() 245 Integer awbMode = getIfSupported(request, CONTROL_AWB_MODE, in convertRequestMetadata() 264 Boolean awbLock = getIfSupported(request, CONTROL_AWB_LOCK, /*defaultValue*/false, in convertRequestMetadata() 290 Integer stabMode = getIfSupported(request, CONTROL_VIDEO_STABILIZATION_MODE, in convertRequestMetadata() 305 Float focusDistance = getIfSupported(request, LENS_FOCUS_DISTANCE, in convertRequestMetadata() 673 private static <T> T getIfSupported( in getIfSupported() method in LegacyRequestMapper
|