Home
last modified time | relevance | path

Searched refs:CONTROL_AE_LOCK (Results 1 – 9 of 9) sorted by relevance

/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java107 requestSettingsSetAndForget(setUp, CaptureRequest.CONTROL_AE_LOCK, false); in requestSettingsSet()
108 requestSettingsSetAndForget(setUp, CaptureRequest.CONTROL_AE_LOCK, true); in requestSettingsSet()
131 assertFalse(setUp.contains(CaptureRequest.CONTROL_AE_LOCK)); in requestSettingsSetUnsetAndContains()
132 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false); in requestSettingsSetUnsetAndContains()
133 assertTrue(setUp.contains(CaptureRequest.CONTROL_AE_LOCK)); in requestSettingsSetUnsetAndContains()
134 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null); in requestSettingsSetUnsetAndContains()
135 assertTrue(setUp.contains(CaptureRequest.CONTROL_AE_LOCK)); in requestSettingsSetUnsetAndContains()
136 setUp.unset(CaptureRequest.CONTROL_AE_LOCK); in requestSettingsSetUnsetAndContains()
137 assertFalse(setUp.contains(CaptureRequest.CONTROL_AE_LOCK)); in requestSettingsSetUnsetAndContains()
139 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null); in requestSettingsSetUnsetAndContains()
[all …]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java127 mAutoExposureLocked = queryTemplateDefaultOrMakeOneUp(CONTROL_AE_LOCK, false); in AndroidCamera2Settings()
226 } else if (setting == CONTROL_AE_LOCK) { in matchesTemplateDefault()
227 return Objects.equals(mAutoExposureLocked, mTemplateSettings.get(CONTROL_AE_LOCK)); in matchesTemplateDefault()
277 updateRequestSettingOrForceToDefault(CONTROL_AE_LOCK, mAutoExposureLocked); in getRequestSettings()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyResultMapper.java308 m.set(CONTROL_AE_LOCK, lock); in mapAe()
315 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK); in mapAe()
DLegacyMetadataMapper.java809 CaptureRequest.CONTROL_AE_LOCK, in mapRequest()
858 CaptureResult.CONTROL_AE_LOCK , in mapRequest()
1266 m.set(CaptureRequest.CONTROL_AE_LOCK, false); in createRequestTemplate()
DLegacyRequestMapper.java207 Boolean aeLock = getIfSupported(request, CONTROL_AE_LOCK, /*defaultValue*/false, in convertRequestMetadata()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java927 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureRequest
DCaptureResult.java643 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureResult
/frameworks/base/api/
Dcurrent.txt13586 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK;
13661 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
Dsystem-current.txt13928 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK;
14003 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;