Searched refs:queueOutput (Results 1 – 4 of 4) sorted by relevance
169 IGraphicBufferProducer::QueueBufferOutput queueOutput; in onFrameAvailable() local170 status = (*output)->queueBuffer(slot, queueInput, &queueOutput); in onFrameAvailable()
353 IGraphicBufferProducer::QueueBufferOutput queueOutput; in outputBufferLocked() local364 res = output->queueBuffer(slot, queueInput, &queueOutput); in outputBufferLocked()389 if (queueOutput.bufferReplaced) { in outputBufferLocked()
529 for (const QueueBufferOutput& queueOutput : queueOutputs) { in TEST_P() local530 EXPECT_OK(queueOutput.result); in TEST_P()536 for (const QueueBufferOutput& queueOutput : queueOutputs) { in TEST_P() local537 EXPECT_EQ(BAD_VALUE, queueOutput.result); in TEST_P()
675 IGraphicBufferProducer::QueueBufferOutput queueOutput; in renderOneBufferItem_l() local676 status = mOutput->queueBuffer(slot, queueInput, &queueOutput); in renderOneBufferItem_l()