Home | History | Annotate | Download | only in legacy

Lines Matching refs:requests

49  * This class executes requests to the {@link Camera}.
53 * - A message queue of requests to the {@link Camera}.
54 * - A thread that consumes requests to the {@link Camera} and executes them.
106 private final FpsCounter mRequestCounter = new FpsCounter("Incoming Requests");
707 Log.e(TAG, "Interrupted while waiting for requests to complete.");
728 // If there are no further requests queued, wait for any currently executing
729 // requests to complete, then switch to idle state.
735 "Timed out while waiting for prior requests to complete.");
739 Log.e(TAG, "Interrupted while waiting for requests to complete: ", e);
749 // If we still have no queued requests, go idle.
769 List<RequestHolder> requests =
771 for (RequestHolder holder : requests) {
833 // Fail preview requests until the queue is empty.
834 Log.e(TAG, "Timed out while waiting for preview requests to " +
962 Log.e(TAG, "Interrupted while waiting for requests to complete: ", e);
1019 * Flush any pending requests.
1024 Log.i(TAG, "Flushing all pending requests.");
1048 * Submit the given burst of requests to be captured.
1052 * @param requests the burst of requests to add to the queue.
1059 public SubmitInfo submitCaptureRequests(CaptureRequest[] requests, boolean repeating) {
1063 info = mRequestQueue.submit(requests, repeating);