Searched defs:qbo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp176 IGraphicBufferProducer::QueueBufferOutput qbo; local
178 &qbo);
194 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
202 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
216 IGraphicBufferProducer::QueueBufferOutput qbo; local
218 &qbo);
245 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
257 IGraphicBufferProducer::QueueBufferOutput qbo; local
259 &qbo);
281 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp271 QueueBufferOutput qbo; local
288 &qbo);
290 updateQueueBufferOutput(std::move(qbo));
566 QueueBufferOutput qbo; local
568 producerControlledByApp, &qbo);
570 updateQueueBufferOutput(std::move(qbo));
635 QueueBufferOutput&& qbo) {
636 mQueueBufferOutput = std::move(qbo);
634 updateQueueBufferOutput( QueueBufferOutput&& qbo) argument

Completed in 85 milliseconds