Searched refs:setRepeatingBurst (Results 1 – 3 of 3) sorted by relevance
126 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, in setRepeatingBurst() method in AndroidCameraCaptureSessionProxy129 … return mSession.setRepeatingBurst(requests, new AndroidCaptureCallback(listener), handler); in setRepeatingBurst()
83 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, Handler in setRepeatingBurst() method
152 mCaptureSession.setRepeatingBurst(captureRequests, new in submitRequest()