Searched refs:isAeLockSupported (Results 1 – 9 of 9) sorted by relevance
95 if (!staticInfo.isAeLockSupported() || !staticInfo.isAwbLockSupported()) { in testBurst()
403 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
254 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
1126 if (mStaticInfo.isAeLockSupported()) { in testBasicPhysicalStreamingForCamera()
1924 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()1957 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
618 if (mTestRule.getStaticInfo().isAeLockSupported()) { in testMultipleCapture()
1396 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
2096 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
2281 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata