Searched refs:CONTROL_AE_LOCK (Results 1 – 12 of 12) sorted by relevance
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 …]
101 CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, CaptureRequest.CONTROL_AE_LOCK, in getAvailableCaptureRequestKeys()110 CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER, CaptureResult.CONTROL_AE_LOCK, in getAvailableCaptureResultKeys()
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()
203 Boolean aeLock = result.second.get(CaptureResult.CONTROL_AE_LOCK); in getCaptureProcessor()205 captureResults.add(new Pair<>(CaptureResult.CONTROL_AE_LOCK, in getCaptureProcessor()450 CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, CaptureRequest.CONTROL_AE_LOCK, in getAvailableCaptureRequestKeys()458 CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER, CaptureResult.CONTROL_AE_LOCK, in getAvailableCaptureResultKeys()
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()
59 CaptureResult.CONTROL_AE_LOCK,
738 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureResult
1340 public static final Key<Boolean> CONTROL_AE_LOCK = field in CaptureRequest
1201 Landroid/hardware/camera2/CaptureRequest;.CONTROL_AE_LOCK:Landroid/hardware/camera2/CaptureRequest$…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
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;
19712 …public static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AE_LOCK;19802 … public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AE_LOCK;