Home
last modified time | relevance | path

Searched refs:expectedAeStates (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java541 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeLocked() local
542 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_LOCKED)); in waitForAeLocked()
544 expectedAeStates, WAIT_FOR_RESULT_TIMEOUT_MS, NUM_RESULTS_WAIT_TIMEOUT); in waitForAeLocked()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2909 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeStable() local
2910 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_CONVERGED)); in waitForAeStable()
2911 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED)); in waitForAeStable()
2912 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates, in waitForAeStable()