Searched refs:expectedAeStates (Results 1 – 2 of 2) sorted by relevance
530 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeLocked() local531 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_LOCKED)); in waitForAeLocked()533 expectedAeStates, NUM_RESULTS_WAIT_TIMEOUT, WAIT_FOR_RESULT_TIMEOUT_MS); in waitForAeLocked()
4252 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeStable() local4253 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_CONVERGED)); in waitForAeStable()4254 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED)); in waitForAeStable()4255 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates, in waitForAeStable()