Searched refs:qbo (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp265 QueueBufferOutput qbo; local
282 &qbo);
284 updateQueueBufferOutput(qbo);
556 QueueBufferOutput qbo; local
558 producerControlledByApp, &qbo);
560 updateQueueBufferOutput(qbo);
620 const QueueBufferOutput& qbo) {
623 qbo.deflate(&w, &h, &transformHint, &numPendingBuffers, &nextFrameNumber);
619 updateQueueBufferOutput( const QueueBufferOutput& qbo) argument
H A DVirtualDisplaySurface.h138 void updateQueueBufferOutput(const QueueBufferOutput& qbo);
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp170 IGraphicBufferProducer::QueueBufferOutput qbo; local
172 &qbo);
188 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
196 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
210 IGraphicBufferProducer::QueueBufferOutput qbo; local
212 &qbo);
239 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
251 IGraphicBufferProducer::QueueBufferOutput qbo; local
253 &qbo);
275 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
[all...]

Completed in 64 milliseconds