Lines Matching refs:QUEUED
177 // number of queued buffers.
391 // producer, but has not yet been queued or canceled. The
396 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
399 // QUEUED indicates that the buffer has been filled by the
400 // producer and queued for use by the consumer. The buffer
407 // queued in asynchronous mode).
408 QUEUED = 2,
411 // consumer. As with QUEUED, the contents must not be accessed
427 // mFrameNumber is the number of the queued frame for this slot. This
444 // QUEUED, it indicates when the producer has finished filling the
527 // mQueue is a FIFO of queued buffers used in synchronous mode
552 // mBufferHasBeenQueued is true once a buffer has been queued. It is