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

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraDevice.java213 * #flush} and wait for the idle callback before calling configureOutputs. This will discard
223 * <p>Calling configureOutputs with the same arguments as the last call to
224 * configureOutputs has no effect, and the {@link StateListener#onBusy busy}
245 public void configureOutputs(List<Surface> outputs) throws CameraAccessException; method in interface:CameraDevice
285 * {@link #configureOutputs} before calling this method.</p>
330 * configured as active outputs with {@link #configureOutputs} before
514 * and can be reconfigured with {@link #configureOutputs configureOutputs}.</p>
539 * reconfiguration with {@link #configureOutputs}, at the cost of discarding
560 * @see #configureOutputs
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDevice.java162 public void configureOutputs(List<Surface> outputs) throws CameraAccessException { method in class:CameraDevice

Completed in 132 milliseconds