Searched defs:QueueBufferOutput (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h370 struct QueueBufferOutput : public Flattenable<QueueBufferOutput> { struct in class:android::IGraphicBufferProducer
371 QueueBufferOutput() = default;
374 QueueBufferOutput(QueueBufferOutput&& src) = default;
375 QueueBufferOutput& operator=(QueueBufferOutput&& src) = default;
377 QueueBufferOutput(const QueueBufferOutput& src) = delete;
378 QueueBufferOutput
[all...]

Completed in 26 milliseconds