Searched refs:expectedAeStates (Results 1 – 2 of 2) sorted by relevance
529 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeLocked() local530 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_LOCKED)); in waitForAeLocked()532 expectedAeStates, NUM_RESULTS_WAIT_TIMEOUT, WAIT_FOR_RESULT_TIMEOUT_MS); in waitForAeLocked()
3653 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeStable() local3654 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_CONVERGED)); in waitForAeStable()3655 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED)); in waitForAeStable()3656 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates, in waitForAeStable()