Searched defs:QueueBufferInput (Results 1 - 2 of 2) sorted by path

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h265 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct in class:android::IGraphicBufferProducer
266 friend class Flattenable<QueueBufferInput>;
267 inline QueueBufferInput(const Parcel& parcel);
278 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp, function in struct:android::IGraphicBufferProducer::QueueBufferInput
349 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp173 const QueueBufferInput& input, QueueBufferOutput* output) {
356 QueueBufferInput input(data);
428 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { function in class:android::IGraphicBufferProducer::QueueBufferInput
432 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
443 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
447 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
463 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 673 milliseconds