Home
last modified time | relevance | path

Searched refs:QueueBufferOutput (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h102 const QueueBufferInput& input, QueueBufferOutput* output);
106 int api, bool producerControlledByApp, QueueBufferOutput* output);
115 void updateQueueBufferOutput(const QueueBufferOutput& qbo);
160 QueueBufferOutput mQueueBufferOutput;
DVirtualDisplaySurface.cpp228 QueueBufferOutput qbo; in onFrameCommitted()
367 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
378 QueueBufferOutput scratchQBO; in queueBuffer()
436 QueueBufferOutput* output) { in connect()
437 QueueBufferOutput qbo; in connect()
451 const QueueBufferOutput& qbo) { in updateQueueBufferOutput()
/frameworks/native/include/gui/
DIGraphicBufferProducer.h146 struct QueueBufferOutput { struct
147 inline QueueBufferOutput() { } in QueueBufferOutput() function
172 const QueueBufferInput& input, QueueBufferOutput* output) = 0; argument
196 int api, bool producerControlledByApp, QueueBufferOutput* output) = 0;
DBufferQueue.h179 const QueueBufferInput& input, QueueBufferOutput* output);
198 int api, bool producerControlledByApp, QueueBufferOutput* output);
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp106 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
142 int api, bool producerControlledByApp, QueueBufferOutput* output) { in connect()
219 QueueBufferOutput* const output = in onTransact()
220 reinterpret_cast<QueueBufferOutput *>( in onTransact()
221 reply->writeInplace(sizeof(QueueBufferOutput))); in onTransact()
248 QueueBufferOutput* const output = in onTransact()
249 reinterpret_cast<QueueBufferOutput *>( in onTransact()
250 reply->writeInplace(sizeof(QueueBufferOutput))); in onTransact()
DSurface.cpp285 IGraphicBufferProducer::QueueBufferOutput output; in queueBuffer()
495 IGraphicBufferProducer::QueueBufferOutput output; in connect()
DBufferQueue.cpp470 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
641 int api, bool producerControlledByApp, QueueBufferOutput* output) { in connect()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp66 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F()