Lines Matching refs:queue
34 * owned by the buffer queue, i.e., they are not owned by the producer or
81 * match the current generation number of the buffer queue previously
83 * match the current generation number of the buffer queue.
94 * Sets the async flag: whether the producer intends to asynchronously queue
99 * for the asynchronous behavior. If it is not enabled, queue/dequeue calls
238 * buffer queue.
258 * detaches it from the buffer queue. This is equivalent to calling
271 * @return buffer Buffer just released from the buffer queue.
284 * Attempts to transfer ownership of a buffer to the buffer queue.
295 * @param buffer Buffer to attach to the buffer queue.
297 * match the current generation number of the buffer queue, the call
321 * Whether the timestamp was synthesized at queue time.
364 * Default width of a buffer in the buffer queue.
368 * Default height of a buffer in the buffer queue.
372 * The transform hint of the buffer queue.
378 * The number of pending buffers in the buffer queue. If this is
384 * The frame number of the next frame. The buffer queue maintains this
400 * the buffer queue.
404 * - The buffer queue is operating in the asynchronous mode, and the
469 * Attempts to connect the client as a producer of the buffer queue.
472 * If the buffer queue does not have a consumer ready (connected), the
483 * to the buffer queue.
487 * the producer and the consumer are controlled by app, the buffer queue
506 * queue.
513 * Disconnecting from an abandoned buffer queue is legal and is considered a
535 * permitted by the current buffer queue configuration. It shall use the
544 * buffer queue can pick the default value.
584 * Sets the current generation number of the buffer queue.
587 * buffer queue, and any attempts to attach a buffer with a different
588 * generation number shall fail. Buffers already in the queue are not
612 * By default, the buffer queue shall wait forever, which is equivalent to
620 * buffer queue is not feasible, @p status shall be set to `BAD_VALUE`.
637 * Returns a unique id for this buffer queue.
639 * @return id System-wide unique id of the buffer queue.