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

  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 37 #include <android/hardware/graphics/bufferqueue/1.0/IGraphicBufferProducer.h>
45 typedef ::android::hardware::graphics::bufferqueue::V1_0::IGraphicBufferProducer
62 class IGraphicBufferProducer : public IInterface
85 // the IGraphicBufferProducer implementation) assigns the newly created
440 // connect attempts to connect a client API to the IGraphicBufferProducer.
441 // This must be called before any other IGraphicBufferProducer methods are
445 // IGraphicBufferProducer and no corresponding disconnect call was made.
489 // IGraphicBufferProducer. Calling this method will cause any subsequent
490 // calls to other IGraphicBufferProducer methods to fail except for
499 // Disconnecting from an abandoned IGraphicBufferProducer is legal an
    [all...]
  /hardware/google/av/codec2/hidl/client/include/codec2/hidl/
client.h 20 #include <gui/IGraphicBufferProducer.h>
102 struct IGraphicBufferProducer;
302 IGraphicBufferProducer IGraphicBufferProducer;
303 typedef IGraphicBufferProducer::
305 typedef IGraphicBufferProducer::
309 IGraphicBufferProducer HGraphicBufferProducer;
317 const sp<IGraphicBufferProducer>& surface,
321 // IGraphicBufferProducer::queueBuffer().
365 sp<IGraphicBufferProducer> mOutputIgbp
    [all...]

Completed in 82 milliseconds