Searched refs:resultsDuringLock (Results 1 – 1 of 1) sorted by relevance
2124 CaptureResult[] resultsDuringLock = new CaptureResult[numCapturesDuringLock]; in autoAeMultipleCapturesThenTestLock() local2157 for (int i = 0; i < resultsDuringLock.length; i++) { in autoAeMultipleCapturesThenTestLock()2158 resultsDuringLock[i] = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in autoAeMultipleCapturesThenTestLock()2163 resultsDuringLock[i], CaptureResult.CONTROL_AE_LOCK, true); in autoAeMultipleCapturesThenTestLock()2170 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_SENSITIVITY); in autoAeMultipleCapturesThenTestLock()2172 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_EXPOSURE_TIME); in autoAeMultipleCapturesThenTestLock()2173 for (int i = 1; i < resultsDuringLock.length; i++) { in autoAeMultipleCapturesThenTestLock()2175 resultsDuringLock[i], CaptureResult.SENSOR_EXPOSURE_TIME, expTimeLocked); in autoAeMultipleCapturesThenTestLock()2177 resultsDuringLock[i], CaptureResult.SENSOR_SENSITIVITY, sensitivityLocked); in autoAeMultipleCapturesThenTestLock()