Home
last modified time | relevance | path

Searched refs:queueBuffer (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp183 void queueBuffer(const Item& item) { in queueBuffer() function in gfxstream::ColorBufferQueue
362 sf2appQueue.queueBuffer(ColorBufferQueue::Item(appItem.colorBuffer, getFenceSync())); in drawWorkerWithCompose()
455 sf2appQueue.queueBuffer(ColorBufferQueue::Item(appItem.colorBuffer, getFenceSync())); in drawWorker()
461 sf2hwcQueue.queueBuffer(ColorBufferQueue::Item(hwcItem.colorBuffer, getFenceSync())); in drawWorker()
487 sf2appQueue.queueBuffer(ColorBufferQueue::Item(sfColorBuffers[i], nullptr)); in surfaceFlingerComposerLoop()
488 hwc2sfQueue.queueBuffer(ColorBufferQueue::Item(hwcColorBuffers[i], nullptr)); in surfaceFlingerComposerLoop()
508 app2sfQueue.queueBuffer(ColorBufferQueue::Item(sfItem.colorBuffer, getFenceSync())); in surfaceFlingerComposerLoop()
541 hwc2sfQueue.queueBuffer(ColorBufferQueue::Item(sfItem.colorBuffer, getFenceSync())); in surfaceFlingerComposerLoop()
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal191 * contents and call queueBuffer().
226 * @sa queueBuffer(), requestBuffer().
360 * queueBuffer() and connect().
379 * returned from queueBuffer(), the number shall include the buffer that
386 * queueBuffer() call.
390 * After a successful queueBuffer() call, #bufferReplaced shall be set to
422 queueBuffer(
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal242 * contents and call queueBuffer.
397 * queueBuffer indicates that the client has finished filling in the
401 * It is not valid to call queueBuffer on a slot that is not owned
427 queueBuffer(
559 * queueBuffer. If a sideband stream is present, the consumer can choose
/hardware/libhardware/tests/hwc/
Dcnativewindow.c540 win->base.queueBuffer = cnw_queue_buffer1; in cnw_init()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp778 producer->queueBuffer( in dispatchGraphicBuffer()
/hardware/google/gfxstream/guest/egl/
Degl.cpp772 anwHelper->queueBuffer(nativeWindow, buffer, presentFenceFd); in swapBuffers()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp506 return mapToStatus(mAnw->queueBuffer(mAnw.get(), in enqueueBuffer()