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.cpp252 QueueBufferOutput qbo; local
262 &qbo);
264 updateQueueBufferOutput(std::move(qbo));
536 QueueBufferOutput qbo; local
538 producerControlledByApp, &qbo);
540 updateQueueBufferOutput(std::move(qbo));
605 QueueBufferOutput&& qbo) {
606 mQueueBufferOutput = std::move(qbo);
604 updateQueueBufferOutput( QueueBufferOutput&& qbo) argument

Completed in 69 milliseconds