Home | History | Annotate | Download | only in device3

Lines Matching refs:requests

100     status_t captureList(const List<const CameraMetadata> &requests,
105 status_t setStreamingRequestList(const List<const CameraMetadata> &requests,
247 // Check if HalInterface support sending requests in batch
258 std::vector<camera3_capture_request_t*>& requests,
411 // The number of requests that should be submitted to HAL at a time.
413 // requests will be submitted to HAL at a time. The batch size for
414 // the following 7 requests will be ignored by the request thread.
430 void convertToRequestList(List<const CameraMetadata>& requests,
434 status_t submitRequestsHelper(const List<const CameraMetadata> &requests,
643 * Set or clear the list of repeating requests. Does not block
647 status_t setRepeatingRequests(const RequestList& requests,
653 status_t queueRequestList(List<sp<CaptureRequest> > &requests,
658 * Remove all queued and repeating requests, and pending triggers
663 * Flush all pending requests in HAL.
671 * Subsequent requests will not be rewritten (for this tag).
733 // Used to prepare a batch of requests.
741 // Wait for the next batch of requests and put them in mNextRequests. mNextRequests will
748 // Prepare HAL requests and output buffers in mNextRequests. Return TIMED_OUT if getting any
753 // Return buffers, etc, for requests in mNextRequests that couldn't be fully constructed and
771 // Clear repeating requests. Must be called with mRequestLock held.
797 // The next batch of requests being prepped for submission to the HAL, no longer
835 // Flag indicating if we should prepare video stream for video requests.
844 * In-flight queue for tracking completion of capture requests.
939 * requests to complete, based on their settings
1058 // Remove all in-flight requests and return all buffers.