Searched refs:CONTROL_AE_LOCK (Results 1 – 11 of 11) 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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2CaptureRequestTest.java | 168 requestBuilder.set(CaptureRequest.CONTROL_AE_LOCK, false); in aeAutoModeTestLock() 204 requestBuilder.set(CaptureRequest.CONTROL_AE_LOCK, false); in autoAeMultipleCapturesThenTestLock() 220 requestBuilder.set(CaptureRequest.CONTROL_AE_LOCK, true); in autoAeMultipleCapturesThenTestLock() 238 resultsDuringLock[i], CaptureResult.CONTROL_AE_LOCK, true); in autoAeMultipleCapturesThenTestLock()
|
/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 | 310 m.set(CONTROL_AE_LOCK, lock); in mapAe() 317 Boolean requestLock = request.get(CaptureRequest.CONTROL_AE_LOCK); in mapAe()
|
D | LegacyMetadataMapper.java | 819 CaptureRequest.CONTROL_AE_LOCK, in mapRequest() 868 CaptureResult.CONTROL_AE_LOCK , in mapRequest() 1277 m.set(CaptureRequest.CONTROL_AE_LOCK, false); in createRequestTemplate()
|
D | LegacyRequestMapper.java | 208 Boolean aeLock = getIfSupported(request, CONTROL_AE_LOCK, /*defaultValue*/false, in convertRequestMetadata()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureResult.java | 686 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureResult
|
D | CaptureRequest.java | 1283 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureRequest
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12914 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK; 12986 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 17125 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK; 17206 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
|
/frameworks/base/api/ |
D | current.txt | 17125 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK; 17206 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;
|