Home | History | Annotate | Download | only in 3.2

Lines Matching refs:queue

253      * Retrieves the queue used along with processCaptureRequest. If
254 * client decides to use fast message queue to pass request metadata,
256 * - Call getCaptureRequestMetadataQueue to retrieve the fast message queue;
259 * fast message queue; leave settings field of CaptureRequest empty.
261 * @return queue the queue that client writes request metadata to.
263 getCaptureRequestMetadataQueue() generates (fmq_sync<uint8_t> queue);
268 * Retrieves the queue used along with
272 * - Call getCaptureRequestMetadataQueue to retrieve the fast message queue;
276 * queue;
279 * @return queue the queue that implementation writes result metadata to.
281 getCaptureResultMetadataQueue() generates (fmq_sync<uint8_t> queue);