Searched refs:inputProducer (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | StreamSplitter_test.cpp | 58 sp<IGraphicBufferProducer> inputProducer; in TEST_F() local 60 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer); in TEST_F() 76 ASSERT_EQ(OK, inputProducer->connect(new DummyProducerListener, in TEST_F() 83 inputProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, in TEST_F() 85 ASSERT_EQ(OK, inputProducer->requestBuffer(slot, &buffer)); in TEST_F() 96 ASSERT_EQ(OK, inputProducer->queueBuffer(slot, qbInput, &qbOutput)); in TEST_F() 100 ASSERT_EQ(OK, inputProducer->allowAllocation(false)); in TEST_F() 117 inputProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, in TEST_F() 124 sp<IGraphicBufferProducer> inputProducer; in TEST_F() local 126 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer); in TEST_F() [all …]
|