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

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h293 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct in class:android::IGraphicBufferProducer
294 friend class Flattenable<QueueBufferInput>;
295 inline QueueBufferInput(const Parcel& parcel);
306 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp, function in struct:android::IGraphicBufferProducer::QueueBufferInput
382 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp199 const QueueBufferInput& input, QueueBufferOutput* output) {
537 QueueBufferInput input(data);
702 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { function in class:android::IGraphicBufferProducer::QueueBufferInput
706 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
718 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
722 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
742 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 1030 milliseconds