Searched refs:hasFocuser (Results 1 – 8 of 8) sorted by relevance
285 if (!(mStaticInfo.hasFocuser() && maxAfRegions > 0)) { in testTouchForFocus()592 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()620 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()622 if (hasFocuser) { in takePictureTestByCamera()643 if (hasFocuser) { in takePictureTestByCamera()753 if (hasFocuser) { in takePictureTestByCamera()1432 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()1433 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
385 if (mStaticInfo.hasFocuser()) { in validateCapability()407 if (mStaticInfo.hasFocuser()) { in validateCapability()
168 if (mStaticInfo.hasFocuser()) { in yuvBurstTestByCamera()
438 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testBasicTriggerSequence()576 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testSimultaneousTriggers()677 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAfThenAeTrigger()792 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAeThenAfTrigger()
1494 boolean hasFocuser = props.getKeys().contains(CameraCharacteristics. in checkAfMode()1498 if (!hasFocuser) { in checkAfMode()
514 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()937 if (hasFocuser()) { in getHyperfocalDistanceChecked()1263 if (hasFocuser()) { in getAfAvailableModesChecked()
123 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()