Searched refs:captureBurst (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidCameraCaptureSessionProxy.java106 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler handler) method in class:AndroidCameraCaptureSessionProxy
109 return mSession.captureBurst(requests, new AndroidCaptureCallback(listener), handler);
H A DCameraCaptureSessionProxy.java75 public int captureBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler method in interface:CameraCaptureSessionProxy
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DTagDispatchCaptureSession.java128 * {@link CameraCaptureSession#captureBurst} and
155 mCaptureSession.captureBurst(captureRequests, new
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DConvergedImageCaptureCommand.java127 captureBurst(session, imageStream, imageExposureUpdatable, imageSaver);
186 private void captureBurst(FrameServer.Session session, ImageStream imageStream, Updatable<Void> method in class:ConvergedImageCaptureCommand

Completed in 50 milliseconds