Home
last modified time | relevance | path

Searched refs:QueueBufferOutput (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp110 IGraphicBufferProducer::QueueBufferOutput output; in TryConnectProducer()
263 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P()
284 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P()
440 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P()
498 using QueueBufferOutput = IGraphicBufferProducer::QueueBufferOutput; in TEST_P() typedef
505 std::vector<QueueBufferOutput> queueOutputs; in TEST_P()
508 for (const QueueBufferOutput& queueOutput : queueOutputs) { in TEST_P()
515 for (const QueueBufferOutput& queueOutput : queueOutputs) { in TEST_P()
525 using QueueBufferOutput = IGraphicBufferProducer::QueueBufferOutput; in TEST_P() typedef
530 QueueBufferOutput output; in TEST_P()
[all …]
DBufferQueue_test.cpp138 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
178 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
187 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F()
226 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F()
266 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F()
333 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
387 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
446 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
489 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
527 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()
[all …]
DStreamSplitter_test.cpp61 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
133 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
198 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
DBLASTBufferQueue_test.cpp245 IGraphicBufferProducer::QueueBufferOutput qbOutput; in setUpProducer()
337 IGraphicBufferProducer::QueueBufferOutput qbOutput; in queueBuffer()
414 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
451 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
502 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
536 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
587 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
641 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
698 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
749 IGraphicBufferProducer::QueueBufferOutput qbOutput; in TEST_F()
[all …]
DBufferItemConsumer_test.cpp55 IGraphicBufferProducer::QueueBufferOutput bufferOutput; in SetUp()
96 IGraphicBufferProducer::QueueBufferOutput bufferOutput; in QueueBuffer()
DMalicious.cpp54 QueueBufferOutput* output) override { in queueBuffer()
62 QueueBufferOutput* output) override { in connect()
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h382 struct QueueBufferOutput : public Flattenable<QueueBufferOutput> { struct
383 QueueBufferOutput() = default;
386 QueueBufferOutput(QueueBufferOutput&& src) = default;
387 QueueBufferOutput& operator=(QueueBufferOutput&& src) = default; argument
389 QueueBufferOutput(const QueueBufferOutput& src) = delete;
390 QueueBufferOutput& operator=(const QueueBufferOutput& src) = delete; argument
444 QueueBufferOutput* output) = 0;
513 int api, bool producerControlledByApp, QueueBufferOutput* output) = 0;
791 std::vector<QueueBufferOutput>* outputs);
DBufferQueueProducer.h122 const QueueBufferInput& input, QueueBufferOutput* output);
145 int api, bool producerControlledByApp, QueueBufferOutput* output);
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp46 IGraphicBufferProducer::QueueBufferOutput;
48 IGraphicBufferProducer::QueueBufferOutput;
202 _hidl_cb(HStatus::UNKNOWN_ERROR, QueueBufferOutput{}); in queueBuffer()
208 _hidl_cb(HStatus::UNKNOWN_ERROR, QueueBufferOutput{}); in queueBuffer()
214 _hidl_cb(HStatus::UNKNOWN_ERROR, QueueBufferOutput{}); in queueBuffer()
220 QueueBufferOutput hOutput{}; in queueBuffer()
278 _hidl_cb(HStatus::UNKNOWN_ERROR, QueueBufferOutput{}); in connect()
283 QueueBufferOutput hOutput{}; in connect()
DH2BGraphicBufferProducer.cpp45 IGraphicBufferProducer::QueueBufferOutput;
47 IGraphicBufferProducer::QueueBufferOutput;
252 QueueBufferOutput* output) { in queueBuffer()
320 bool producerControlledByApp, QueueBufferOutput* output) { in connect()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.h119 virtual status_t queueBuffer(int pslot, const QueueBufferInput&, QueueBufferOutput*);
123 QueueBufferOutput*);
145 void updateQueueBufferOutput(QueueBufferOutput&&);
200 QueueBufferOutput mQueueBufferOutput;
DVirtualDisplaySurface.cpp104 IGraphicBufferProducer::QueueBufferOutput output;
255 QueueBufferOutput qbo; in onFrameCommitted()
456 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
470 QueueBufferOutput scratchQBO; in queueBuffer()
543 QueueBufferOutput* output) { in connect()
544 QueueBufferOutput qbo; in connect()
605 QueueBufferOutput&& qbo) { in updateQueueBufferOutput()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DConversion.h712 bool wrapAs(HGraphicBufferProducer::QueueBufferOutput* t,
714 BGraphicBufferProducer::QueueBufferOutput const& l);
728 BGraphicBufferProducer::QueueBufferOutput* l,
729 HGraphicBufferProducer::QueueBufferOutput const& t);
DH2BGraphicBufferProducer.h76 QueueBufferOutput* output) override;
80 bool producerControlledByApp, QueueBufferOutput* output) override;
DWGraphicBufferProducer.h189 HGraphicBufferProducer::QueueBufferOutput tOutput{}; in queueBuffer()
201 BGraphicBufferProducer::QueueBufferOutput lOutput; in queueBuffer()
244 BGraphicBufferProducer::QueueBufferOutput lOutput; in connect()
250 HGraphicBufferProducer::QueueBufferOutput tOutput{}; in connect()
/frameworks/av/media/ndk/tests/
DAImageReaderWindowTest.cpp42 typedef IGraphicBufferProducer::QueueBufferOutput QueueBufferOutput; typedef
133 IGraphicBufferProducer::QueueBufferOutput output; in validateIGBP()
162 QueueBufferOutput queueBufferOutput; in validateIGBP()
/frameworks/native/libs/gui/include/gui/mock/
DGraphicBufferProducer.h42 MOCK_METHOD3(queueBuffer, status_t(int, const QueueBufferInput&, QueueBufferOutput*));
45 MOCK_METHOD4(connect, status_t(const sp<IProducerListener>&, int, bool, QueueBufferOutput*));
/frameworks/native/libs/gui/
DBatchBufferOps.cpp90 std::vector<QueueBufferOutput>* outputs) { in queueBuffers()
94 QueueBufferOutput& output = outputs->emplace_back(); in queueBuffers()
DIGraphicBufferProducerFlattenables.cpp115 constexpr size_t IGraphicBufferProducer::QueueBufferOutput::minFlattenedSize() { in minFlattenedSize()
120 size_t IGraphicBufferProducer::QueueBufferOutput::getFlattenedSize() const { in getFlattenedSize()
124 size_t IGraphicBufferProducer::QueueBufferOutput::getFdCount() const { in getFdCount()
128 status_t IGraphicBufferProducer::QueueBufferOutput::flatten( in flatten()
151 status_t IGraphicBufferProducer::QueueBufferOutput::unflatten( in unflatten()
DStreamSplitter.cpp84 IGraphicBufferProducer::QueueBufferOutput queueBufferOutput; in addOutput()
169 IGraphicBufferProducer::QueueBufferOutput queueOutput; in onFrameAvailable()
DIGraphicBufferProducer.cpp357 const QueueBufferInput& input, QueueBufferOutput* output) { in queueBuffer()
379 std::vector<QueueBufferOutput>* outputs) { in queueBuffers()
391 for (QueueBufferOutput& output : *outputs) { in queueBuffers()
463 int api, bool producerControlledByApp, QueueBufferOutput* output) { in connect()
872 QueueBufferOutput* output) override { in queueBuffer()
877 std::vector<QueueBufferOutput>* outputs) override { in queueBuffers()
903 QueueBufferOutput* output) override { in connect()
1252 QueueBufferOutput output; in onTransact()
1272 std::vector<QueueBufferOutput> outputs; in onTransact()
1275 for (const QueueBufferOutput& output : outputs) { in onTransact()
[all …]
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DH2BGraphicBufferProducer.h72 QueueBufferOutput* output) override;
79 QueueBufferOutput* output) override;
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Doutput.h66 BnGraphicBufferProducer::QueueBufferOutput* output);
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicBufferAllocator.h131 ::android::IGraphicBufferProducer::QueueBufferOutput *output);
/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp84 IGraphicBufferProducer::QueueBufferOutput queueBufferOutput; in TEST_F()
123 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F()

12