Searched refs:expectedAeStates (Results 1 – 2 of 2) sorted by relevance
541 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeLocked() local542 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_LOCKED)); in waitForAeLocked()544 expectedAeStates, WAIT_FOR_RESULT_TIMEOUT_MS, NUM_RESULTS_WAIT_TIMEOUT); in waitForAeLocked()
2909 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeStable() local2910 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()