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);
278 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
349 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 173 const QueueBufferInput& input, QueueBufferOutput* output) {
356 QueueBufferInput input(data);
428 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
432 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
443 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
447 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
463 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(

Completed in 53 milliseconds