Searched refs:CONTROL_AE_LOCK (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java107 requestSettingsSetAndForget(setUp, CaptureRequest.CONTROL_AE_LOCK, false);
108 requestSettingsSetAndForget(setUp, CaptureRequest.CONTROL_AE_LOCK, true);
131 assertFalse(setUp.contains(CaptureRequest.CONTROL_AE_LOCK));
132 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false);
133 assertTrue(setUp.contains(CaptureRequest.CONTROL_AE_LOCK));
134 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null);
135 assertTrue(setUp.contains(CaptureRequest.CONTROL_AE_LOCK));
136 setUp.unset(CaptureRequest.CONTROL_AE_LOCK);
137 assertFalse(setUp.contains(CaptureRequest.CONTROL_AE_LOCK));
139 setUp.set(CaptureRequest.CONTROL_AE_LOCK, nul
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java127 mAutoExposureLocked = queryTemplateDefaultOrMakeOneUp(CONTROL_AE_LOCK, false);
226 } else if (setting == CONTROL_AE_LOCK) {
227 return Objects.equals(mAutoExposureLocked, mTemplateSettings.get(CONTROL_AE_LOCK));
277 updateRequestSettingOrForceToDefault(CONTROL_AE_LOCK, mAutoExposureLocked);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyResultMapper.java308 m.set(CONTROL_AE_LOCK, lock);
315 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK);
H A DLegacyMetadataMapper.java809 CaptureRequest.CONTROL_AE_LOCK,
858 CaptureResult.CONTROL_AE_LOCK ,
1266 m.set(CaptureRequest.CONTROL_AE_LOCK, false);
H A DLegacyRequestMapper.java207 Boolean aeLock = getIfSupported(request, CONTROL_AE_LOCK, /*defaultValue*/false,
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java858 * will take effect even when {@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} <code>== true</code>.</p>
872 * @see CaptureRequest#CONTROL_AE_LOCK
927 public static final Key<Boolean> CONTROL_AE_LOCK = field in class:CaptureRequest
1065 * submit a request with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == true</code>, followed by a request
1066 * with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == false</code>, if the application decides not to submit a
1100 * @see CaptureRequest#CONTROL_AE_LOCK
H A DCaptureResult.java574 * will take effect even when {@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} <code>== true</code>.</p>
588 * @see CaptureRequest#CONTROL_AE_LOCK
643 public static final Key<Boolean> CONTROL_AE_LOCK = field in class:CaptureResult
781 * submit a request with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == true</code>, followed by a request
782 * with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == false</code>, if the application decides not to submit a
816 * @see CaptureRequest#CONTROL_AE_LOCK
879 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
897 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
909 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
921 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK androi
[all...]

Completed in 82 milliseconds