Searched refs:CONTROL_AE_LOCK (Results 1 – 9 of 9) sorted by relevance
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 107 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/ |
D | AndroidCamera2Settings.java | 127 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/ |
D | LegacyResultMapper.java | 308 m.set(CONTROL_AE_LOCK, lock); in mapAe() 315 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK); in mapAe()
|
D | LegacyMetadataMapper.java | 760 CaptureRequest.CONTROL_AE_LOCK, in mapRequest() 809 CaptureResult.CONTROL_AE_LOCK , in mapRequest() 1217 m.set(CaptureRequest.CONTROL_AE_LOCK, false); in createRequestTemplate()
|
D | LegacyRequestMapper.java | 206 Boolean aeLock = getIfSupported(request, CONTROL_AE_LOCK, /*defaultValue*/false, in convertRequestMetadata()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureRequest.java | 752 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureRequest
|
D | CaptureResult.java | 603 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureResult
|
/frameworks/base/api/ |
D | system-current.txt | 13222 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK; 13294 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
|
D | current.txt | 12916 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK; 12988 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
|