Searched refs:hasFocuser (Results 1 – 8 of 8) sorted by relevance
196 if (!(mStaticInfo.hasFocuser() && maxAfRegions > 0)) { in testTouchForFocus()497 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()523 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()525 if (hasFocuser) { in takePictureTestByCamera()546 if (hasFocuser) { in takePictureTestByCamera()656 if (hasFocuser) { in takePictureTestByCamera()1331 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()1332 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
385 if (mStaticInfo.hasFocuser()) { in validateCapability()407 if (mStaticInfo.hasFocuser()) { in validateCapability()
192 if (mStaticInfo.hasFocuser()) { in yuvBurstTestByCamera()
438 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testBasicTriggerSequence()579 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testSimultaneousTriggers()683 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAfThenAeTrigger()801 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAeThenAfTrigger()
1329 boolean hasFocuser = props.getKeys().contains(CameraCharacteristics. in checkAfMode()1333 if (!hasFocuser) { in checkAfMode()
488 if (!mStaticInfo.hasFocuser()) { in testFocusDistanceControl()
346 public boolean hasFocuser() { in hasFocuser() method in StaticMetadata360 boolean hasFocuser = false; in hasFocuser()367 hasFocuser = true; in hasFocuser()372 return hasFocuser; in hasFocuser()927 if (hasFocuser()) { in getHyperfocalDistanceChecked()1236 if (hasFocuser()) { in getAfAvailableModesChecked()
123 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()