Home
last modified time | relevance | path

Searched refs:BufferQueue (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/
DRenderChannelImpl.h24 using android::base::BufferQueue;
119 BufferQueue<RenderChannel::Buffer> mFromGuest;
120 BufferQueue<RenderChannel::Buffer> mToGuest;
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h53 class BufferQueue {
64 BufferQueue(int capacity, android::base::Lock& lock) in BufferQueue() function
275 DISALLOW_COPY_ASSIGN_AND_MOVE(BufferQueue);
/hardware/interfaces/media/c2/1.2/
Dtypes.hal20 * Surface(BufferQueue/IGBP) synchronization object regarding # of dequeued
44 /** BufferQueue id. */
/hardware/google/aemu/base/include/aemu/base/async/
DAsyncSocket.h27 using MessageQueue = android::base::BufferQueue<std::string>;
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal58 * Id of the `BufferQueue` containing the rendered buffer.
76 * `BufferQueue` that performed the rendering.
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal58 * the associated BufferQueue).
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal178 * buffer slots will be both unallocated and owned by the BufferQueue object
487 * back to the BufferQueue. It is also used to detect the death of the
576 * permitted by the current BufferQueue configuration. It will use the
610 * Sets the current generation number of the BufferQueue.
613 * BufferQueue, and any attempts to attach a buffer with a different
668 * By default, the BufferQueue will wait forever, which is indicated by a
708 * Returns a unique id for this BufferQueue.
/hardware/interfaces/renderscript/1.0/
DIContext.hal163 * Initialize BufferQueue with specified max number of buffers.
174 * Shares the BufferQueue with another Allocation. Both must be
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal488 * Composer/BufferQueue/etc. and into the buffer's Metadata fields.
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp79 using ::android::BufferQueue;
8719 BufferQueue::createBufferQueue(&producer, &consumer); in setupPreviewWindow()