Searched refs:isAeLockSupported (Results 1 – 7 of 7) sorted by relevance
56 if (!mStaticInfo.isAeLockSupported() || !mStaticInfo.isAwbLockSupported()) { in testYuvBurst()
393 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
235 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
1475 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()1508 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
1028 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
1452 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
1969 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata