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 295 struct QueueBufferInput : public Flattenable<QueueBufferInput> {
296 friend class Flattenable<QueueBufferInput>;
297 inline QueueBufferInput(const Parcel& parcel);
308 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
389 virtual status_t queueBuffer(int slot, const QueueBufferInput& input,
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 212 const QueueBufferInput& input, QueueBufferOutput* output) {
577 QueueBufferInput input(data);
763 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
767 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
779 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
783 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
803 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 637 milliseconds