HomeSort by relevance Sort by last modified time
    Searched defs:QueueBufferInput (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
IGraphicBufferProducer.h 103 struct QueueBufferInput : public Flattenable {
104 inline QueueBufferInput(const Parcel& parcel);
105 inline QueueBufferInput(int64_t timestamp,
163 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 110 const QueueBufferInput& input, QueueBufferOutput* output) {
230 QueueBufferInput input(data);
285 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
289 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const
298 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const
303 status_t IGraphicBufferProducer::QueueBufferInput::flatten(void* buffer, size_t size,
316 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(void const* buffer,

Completed in 212 milliseconds