Searched refs:QueueBufferOutput (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.h | 102 const QueueBufferInput& input, QueueBufferOutput* output); 106 int api, bool producerControlledByApp, QueueBufferOutput* output); 115 void updateQueueBufferOutput(const QueueBufferOutput& qbo); 160 QueueBufferOutput mQueueBufferOutput;
|
D | VirtualDisplaySurface.cpp | 228 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/ |
D | IGraphicBufferProducer.h | 146 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;
|
D | BufferQueue.h | 179 const QueueBufferInput& input, QueueBufferOutput* output); 198 int api, bool producerControlledByApp, QueueBufferOutput* output);
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 106 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()
|
D | Surface.cpp | 285 IGraphicBufferProducer::QueueBufferOutput output; in queueBuffer() 495 IGraphicBufferProducer::QueueBufferOutput output; in connect()
|
D | BufferQueue.cpp | 470 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer() 641 int api, bool producerControlledByApp, QueueBufferOutput* output) { in connect()
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 66 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F()
|