Searched defs:CONTROL_AE_LOCK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java862 * will take effect even when {@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} <code>== true</code>.</p>
876 * @see CaptureRequest#CONTROL_AE_LOCK
931 public static final Key<Boolean> CONTROL_AE_LOCK = field in class:CaptureRequest
1069 * submit a request with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == true</code>, followed by a request
1070 * with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == false</code>, if the application decides not to submit a
1104 * @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 197 milliseconds