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 265 struct QueueBufferInput : public Flattenable<QueueBufferInput> {
266 friend class Flattenable<QueueBufferInput>;
267 inline QueueBufferInput(const Parcel& parcel);
279 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
359 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 179 const QueueBufferInput& input, QueueBufferOutput* output) {
401 QueueBufferInput input(data);
493 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
497 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
510 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
514 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
535 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 509 milliseconds