Home | History | Annotate | Download | only in device3

Lines Matching refs:request

83     virtual status_t capture(CameraMetadata &request, int64_t *lastFrameNumber = NULL);
86 virtual status_t setStreamingRequest(const CameraMetadata &request,
94 // Actual stream creation/deletion is delayed until first request is submitted
123 virtual status_t createDefaultRequest(int templateId, CameraMetadata *request);
278 * Get the last request submitted to the hal by the request thread.
326 * Do common work for setting up a streaming or single capture request.
329 sp<CaptureRequest> setUpRequestLocked(const CameraMetadata &request);
332 * Build a CaptureRequest request from the CameraDeviceBase request
335 sp<CaptureRequest> createCaptureRequest(const CameraMetadata &request);
400 * Thread for managing capture request submission to HAL device.
420 * on either. Use waitUntilPaused to wait until request queue
442 * process_capture_request. The settings for that request only
455 * Wait until thread processes the capture request with settings'
456 * android.request
458 * Returns TIMED_OUT in case the thread does not process the request
470 * Get the latest request that was sent to the HAL
477 * capture request
489 // Mix-in queued triggers into this request
490 int32_t insertTriggers(const sp<CaptureRequest> &request);
491 // Purge the queued triggers from this request,
493 status_t removeTriggers(const sp<CaptureRequest> &request);
497 status_t addDummyTriggerIds(const sp<CaptureRequest> &request);
501 // Waits for a request, or returns NULL if times out.
504 // Return buffers, etc, for a request that couldn't be fully
508 void cleanUpFailedRequest(camera3_capture_request_t &request,
519 // If the input request is in mRepeatingRequests. Must be called with mRequestLock hold
523 void handleAePrecaptureCancelRequest(sp<CaptureRequest> request);
539 // The next request being prepped for submission to the HAL, no longer
540 // on the request queue. Read-only even with mRequestLock held, outside
560 // android.request.id for latest process_capture_request
595 // If this request has any input buffer
651 // Map from frame number to the in-flight request state
774 // Remove the in-flight request of the given index from mInFlightMap