Home | History | Annotate | Download | only in common

Lines Matching refs:request

61      * Submit request for capture. The CameraDevice takes ownership of the
63 * Output lastFrameNumber is the expected frame number of this request.
65 virtual status_t capture(CameraMetadata &request, int64_t *lastFrameNumber = NULL) = 0;
75 * Submit request for streaming. The CameraDevice makes a copy of the
77 * Output lastFrameNumber is the last frame number of the previous streaming request.
79 virtual status_t setStreamingRequest(const CameraMetadata &request,
84 * Output lastFrameNumber is the last frame number of the previous streaming request.
90 * Clear the streaming request slot.
91 * Output lastFrameNumber is the last frame number of the previous streaming request.
96 * Wait until a request with the given ID has been dequeued by the
98 * immediately if the latest request received by the HAL has this id.
172 CameraMetadata *request) = 0;
281 * Output lastFrameNumber is the last frame number of the previous streaming request.