Searched refs:isAeLockSupported (Results 1 – 8 of 8) sorted by relevance
55 if (!mStaticInfo.isAeLockSupported() || !mStaticInfo.isAwbLockSupported()) { in testYuvBurst()
393 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
237 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
456 if (mStaticInfo.isAeLockSupported()) { in testMultipleCapture()
1125 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
1526 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()1559 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
1617 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
1996 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata