Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp252 QueueBufferOutput qbo; in onFrameCommitted() local
262 &qbo); in onFrameCommitted()
264 updateQueueBufferOutput(std::move(qbo)); in onFrameCommitted()
536 QueueBufferOutput qbo; in connect() local
538 producerControlledByApp, &qbo); in connect()
540 updateQueueBufferOutput(std::move(qbo)); in connect()
605 QueueBufferOutput&& qbo) { in updateQueueBufferOutput() argument
606 mQueueBufferOutput = std::move(qbo); in updateQueueBufferOutput()
DVirtualDisplaySurface.h138 void updateQueueBufferOutput(QueueBufferOutput&& qbo);
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp176 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
178 &qbo); in TEST_F()
194 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
202 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
216 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
218 &qbo); in TEST_F()
245 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
257 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
259 &qbo); in TEST_F()
281 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
[all …]