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 108 struct QueueBufferInput : public Flattenable<QueueBufferInput> {
109 friend class Flattenable<QueueBufferInput>;
110 inline QueueBufferInput(const Parcel& parcel);
111 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
172 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 106 const QueueBufferInput& input, QueueBufferOutput* output) {
218 QueueBufferInput input(data);
268 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
272 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
282 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
286 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
301 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 246 milliseconds