Searched refs:setRepeatingBurst (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidCameraCaptureSessionProxy.java126 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, method in class:AndroidCameraCaptureSessionProxy
129 return mSession.setRepeatingBurst(requests, new AndroidCaptureCallback(listener), handler);
H A DCameraCaptureSessionProxy.java83 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler method in interface:CameraCaptureSessionProxy
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DTagDispatchCaptureSession.java129 * {@link CameraCaptureSession#setRepeatingBurst}.
152 mCaptureSession.setRepeatingBurst(captureRequests, new

Completed in 181 milliseconds