Searched refs:BufferQueue (Results 1 – 10 of 10) sorted by relevance
24 using android::base::BufferQueue;119 BufferQueue<RenderChannel::Buffer> mFromGuest;120 BufferQueue<RenderChannel::Buffer> mToGuest;
53 class BufferQueue {64 BufferQueue(int capacity, android::base::Lock& lock) in BufferQueue() function275 DISALLOW_COPY_ASSIGN_AND_MOVE(BufferQueue);
20 * Surface(BufferQueue/IGBP) synchronization object regarding # of dequeued44 /** BufferQueue id. */
27 using MessageQueue = android::base::BufferQueue<std::string>;
58 * Id of the `BufferQueue` containing the rendered buffer.76 * `BufferQueue` that performed the rendering.
58 * the associated BufferQueue).
178 * buffer slots will be both unallocated and owned by the BufferQueue object487 * back to the BufferQueue. It is also used to detect the death of the576 * permitted by the current BufferQueue configuration. It will use the610 * Sets the current generation number of the BufferQueue.613 * BufferQueue, and any attempts to attach a buffer with a different668 * By default, the BufferQueue will wait forever, which is indicated by a708 * Returns a unique id for this BufferQueue.
163 * Initialize BufferQueue with specified max number of buffers.174 * Shares the BufferQueue with another Allocation. Both must be
488 * Composer/BufferQueue/etc. and into the buffer's Metadata fields.
79 using ::android::BufferQueue;8719 BufferQueue::createBufferQueue(&producer, &consumer); in setupPreviewWindow()