Home | History | Annotate | Download | only in legacy

Lines Matching refs:repeating

369      * @param repeating {@code true} if this burst is repeating.
372 * frame that will be returned for the current repeating request if this
373 * burst is set to be repeating.
376 public int submitRequestList(List<CaptureRequest> requestList, boolean repeating,
411 return mRequestThreadManager.submitCaptureRequests(requestList, repeating,
419 * @param repeating {@code true} if this request is repeating.
422 * frame that will be returned for the current repeating request if this
423 * request is set to be repeating.
426 public int submitRequest(CaptureRequest request, boolean repeating,
430 return submitRequestList(requestList, repeating, frameNumber);
434 * Cancel the repeating request with the given request id.
437 * @return the last frame number to be returned from the HAL for the given repeating request, or