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

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraDevice.java236 * {@link CameraCaptureSession.StateCallback}'s
237 * {@link CameraCaptureSession.StateCallback#onConfigured} callback will be called.</p>
415 @NonNull CameraCaptureSession.StateCallback callback, @Nullable Handler handler)
429 CameraCaptureSession.StateCallback callback, Handler handler)
585 @NonNull List<Surface> outputs, @NonNull CameraCaptureSession.StateCallback callback,
669 @NonNull CameraCaptureSession.StateCallback callback,
741 * fully shut down, the {@link StateCallback#onClosed} callback will be called, and the camera
744 * <p>Immediately after this call, besides the final {@link StateCallback#onClosed} calls, no
772 public static abstract class StateCallback { class in class:CameraDevice
926 * {@code StateCallback
[all...]
H A DCameraCaptureSession.java48 * {@link CameraCaptureSession.StateCallback#onConfigured onConfigured} callback. If configuration
50 * {@link CameraCaptureSession.StateCallback#onConfigureFailed onConfigureFailed} is called, and the
55 * configured and {@link StateCallback#onConfigureFailed onConfigureFailed} is called, all queued
59 * associated {@link StateCallback#onClosed onClosed} callback will be invoked. All
115 * <p>Once allocation is complete, {@link StateCallback#onSurfacePrepared} will be invoked with
122 * {@link StateCallback#onSurfacePrepared} will be immediately called, and no preallocation is
137 * @see StateCallback#onSurfacePrepared
460 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
471 * @see StateCallback#onIdle
487 * either completed or thrown away, the {@link StateCallback#onRead
569 public static abstract class StateCallback { class in class:CameraCaptureSession
[all...]

Completed in 131 milliseconds