Searched refs:isAeLockSupported (Results 1 – 9 of 9) sorted by relevance
96 if (!staticInfo.isAeLockSupported() || !staticInfo.isAwbLockSupported()) { in testBurst()
413 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
254 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
1173 if (mStaticInfo.isAeLockSupported()) { in testBasicPhysicalStreamingForCamera()
1516 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
2092 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()2125 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
664 if (mTestRule.getStaticInfo().isAeLockSupported()) { in testMultipleCapture()
2107 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
2438 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata