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

/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java884 * will take effect even when {@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} <code>== true</code>.</p>
898 * @see CaptureRequest#CONTROL_AE_LOCK
953 public static final Key<Boolean> CONTROL_AE_LOCK = field in class:CaptureRequest
1091 * submit a request with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == true</code>, followed by a request
1092 * with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == false</code>, if the application decides not to submit a
1126 * @see CaptureRequest#CONTROL_AE_LOCK
H A DCaptureResult.java594 * will take effect even when {@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} <code>== true</code>.</p>
608 * @see CaptureRequest#CONTROL_AE_LOCK
663 public static final Key<Boolean> CONTROL_AE_LOCK = field in class:CaptureResult
801 * submit a request with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == true</code>, followed by a request
802 * with <code>{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} == false</code>, if the application decides not to submit a
836 * @see CaptureRequest#CONTROL_AE_LOCK
899 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
917 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
929 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK android.control.aeLock} is ON</td>
941 * <td align="center">{@link CaptureRequest#CONTROL_AE_LOCK androi
[all...]

Completed in 14 milliseconds