Searched refs:isAeLockSupported (Results 1 – 9 of 9) sorted by relevance
57 if (!mStaticInfo.isAeLockSupported() || !mStaticInfo.isAwbLockSupported()) { in testYuvBurst()
395 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
239 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
642 if (mStaticInfo.isAeLockSupported()) { in testBasicPhysicalStreamingForCamera()
492 if (mStaticInfo.isAeLockSupported()) { in testMultipleCapture()
1616 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()1649 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
1214 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
2058 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
2056 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata