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

/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp66 IGraphicBufferProducer::QueueBufferOutput qbo; local
67 mBQ->connect(NULL, NATIVE_WINDOW_API_CPU, false, &qbo);
82 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
90 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp228 QueueBufferOutput qbo; local
238 &qbo);
240 updateQueueBufferOutput(qbo);
437 QueueBufferOutput qbo; local
438 status_t result = mSource[SOURCE_SINK]->connect(token, api, producerControlledByApp, &qbo);
440 updateQueueBufferOutput(qbo);
451 const QueueBufferOutput& qbo) {
453 qbo.deflate(&w, &h, &transformHint, &numPendingBuffers);
450 updateQueueBufferOutput( const QueueBufferOutput& qbo) argument
H A DVirtualDisplaySurface.h115 void updateQueueBufferOutput(const QueueBufferOutput& qbo);

Completed in 354 milliseconds