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

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java48 public class CameraConstrainedHighSpeedCaptureSessionImpl class in inherits:CameraConstrainedHighSpeedCaptureSession,CameraCaptureSessionCore
60 CameraConstrainedHighSpeedCaptureSessionImpl(int id, List<Surface> outputs, method in class:CameraConstrainedHighSpeedCaptureSessionImpl
262 mCallback.onConfigured(CameraConstrainedHighSpeedCaptureSessionImpl.this);
266 mCallback.onConfigureFailed(CameraConstrainedHighSpeedCaptureSessionImpl.this);
270 mCallback.onReady(CameraConstrainedHighSpeedCaptureSessionImpl.this);
274 mCallback.onActive(CameraConstrainedHighSpeedCaptureSessionImpl.this);
278 mCallback.onClosed(CameraConstrainedHighSpeedCaptureSessionImpl.this);
282 mCallback.onSurfacePrepared(CameraConstrainedHighSpeedCaptureSessionImpl.this,

Completed in 68 milliseconds