Home
last modified time | relevance | path

Searched refs:isAeLockSupported (Results 1 – 7 of 7) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureTest.java56 if (!mStaticInfo.isAeLockSupported() || !mStaticInfo.isAwbLockSupported()) { in testYuvBurst()
DStaticMetadataTest.java393 "Must support AE lock", mStaticInfo.isAeLockSupported())); in validateCapability()
DSurfaceViewPreviewTest.java235 if (mStaticInfo.isAeLockSupported()) { in preparePerformanceTestByCamera()
DCaptureRequestTest.java1475 if (mStaticInfo.isAeLockSupported()) { in aeAutoModeTestLock()
1508 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in autoAeMultipleCapturesThenTestLock()
DStillCaptureTest.java1028 boolean canSetAeLock = mStaticInfo.isAeLockSupported(); in aeCompensationTestByCamera()
DCameraDeviceTest.java1452 if (mStaticInfo.isAeLockSupported() || request.get(CONTROL_AE_LOCK) != null) { in checkRequestForTemplate()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1969 public boolean isAeLockSupported() { in isAeLockSupported() method in StaticMetadata