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

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraDevice.java33 * <p>The CameraDevice class is a representation of a single camera connected to an
55 public abstract class CameraDevice implements AutoCloseable { class in inherits:AutoCloseable
682 * request; one of the CameraDevice.TEMPLATE_ values. Not all template
729 * @see CameraDevice#createReprocessableCaptureSession
833 * CameraDevice and the CameraManager, and trying to acquire all resources
854 * {@link CameraDevice#createCaptureSession} can be called to set up the first capture
859 public abstract void onOpened(@NonNull CameraDevice camera); // Must implement
863 * {@link CameraDevice#close}.
865 * <p>Any attempt to call methods on this CameraDevice in the
872 public void onClosed(@NonNull CameraDevice camer
949 public CameraDevice() {} method in class:CameraDevice
[all...]

Completed in 341 milliseconds