Searched refs:qbo (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 252 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()
|
D | VirtualDisplaySurface.h | 138 void updateQueueBufferOutput(QueueBufferOutput&& qbo);
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 176 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 …]
|