Searched defs:CameraCaptureSession (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java26 * <p>A CameraCaptureSession is created by providing a set of target output surfaces to
34 * CameraCaptureSession to the provided listener's
35 * {@link CameraCaptureSession.StateCallback#onConfigured onConfigured} callback. If configuration
37 * {@link CameraCaptureSession.StateCallback#onConfigureFailed onConfigureFailed} is called, and the
54 public abstract class CameraCaptureSession implements AutoCloseable { class in inherits:AutoCloseable
372 public abstract void onConfigured(CameraCaptureSession session);
387 public abstract void onConfigureFailed(CameraCaptureSession session);
402 public void onReady(CameraCaptureSession session) {
418 public void onActive(CameraCaptureSession session) {
436 public void onClosed(CameraCaptureSession sessio
[all...]

Completed in 54 milliseconds