Loading include/gui/BufferItemConsumer.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class BufferItemConsumer: public ConsumerBase uint32_t consumerUsage, int bufferCount = DEFAULT_MAX_BUFFERS, bool controlledByApp = false); virtual ~BufferItemConsumer(); ~BufferItemConsumer() override; // set the name of the BufferItemConsumer that will be used to identify it in // log messages. Loading include/gui/BufferQueue.h +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public: class ProxyConsumerListener : public BnConsumerListener { public: explicit ProxyConsumerListener(const wp<ConsumerListener>& consumerListener); virtual ~ProxyConsumerListener(); ~ProxyConsumerListener() const; void onDisconnect() override; void onFrameAvailable(const BufferItem& item) override; void onFrameReplaced(const BufferItem& item) override; Loading include/gui/BufferQueueConsumer.h +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class BufferQueueConsumer : public BnGraphicBufferConsumer { public: BufferQueueConsumer(const sp<BufferQueueCore>& core); virtual ~BufferQueueConsumer(); ~BufferQueueConsumer() override; // acquireBuffer attempts to acquire ownership of the next pending buffer in // the BufferQueue. If no buffer is pending then it returns Loading include/gui/BufferQueueProducer.h +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public: friend class BufferQueue; // Needed to access binderDied BufferQueueProducer(const sp<BufferQueueCore>& core, bool consumerIsSurfaceFlinger = false); virtual ~BufferQueueProducer(); ~BufferQueueProducer() const; // requestBuffer returns the GraphicBuffer for slot N. // Loading include/gui/ConsumerBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public: virtual void onFrameReplaced(const BufferItem& /* item */) {} }; virtual ~ConsumerBase(); ~ConsumerBase() override; // abandon frees all the buffers and puts the ConsumerBase into the // 'abandoned' state. Once put in this state the ConsumerBase can never Loading Loading
include/gui/BufferItemConsumer.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class BufferItemConsumer: public ConsumerBase uint32_t consumerUsage, int bufferCount = DEFAULT_MAX_BUFFERS, bool controlledByApp = false); virtual ~BufferItemConsumer(); ~BufferItemConsumer() override; // set the name of the BufferItemConsumer that will be used to identify it in // log messages. Loading
include/gui/BufferQueue.h +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public: class ProxyConsumerListener : public BnConsumerListener { public: explicit ProxyConsumerListener(const wp<ConsumerListener>& consumerListener); virtual ~ProxyConsumerListener(); ~ProxyConsumerListener() const; void onDisconnect() override; void onFrameAvailable(const BufferItem& item) override; void onFrameReplaced(const BufferItem& item) override; Loading
include/gui/BufferQueueConsumer.h +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class BufferQueueConsumer : public BnGraphicBufferConsumer { public: BufferQueueConsumer(const sp<BufferQueueCore>& core); virtual ~BufferQueueConsumer(); ~BufferQueueConsumer() override; // acquireBuffer attempts to acquire ownership of the next pending buffer in // the BufferQueue. If no buffer is pending then it returns Loading
include/gui/BufferQueueProducer.h +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public: friend class BufferQueue; // Needed to access binderDied BufferQueueProducer(const sp<BufferQueueCore>& core, bool consumerIsSurfaceFlinger = false); virtual ~BufferQueueProducer(); ~BufferQueueProducer() const; // requestBuffer returns the GraphicBuffer for slot N. // Loading
include/gui/ConsumerBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public: virtual void onFrameReplaced(const BufferItem& /* item */) {} }; virtual ~ConsumerBase(); ~ConsumerBase() override; // abandon frees all the buffers and puts the ConsumerBase into the // 'abandoned' state. Once put in this state the ConsumerBase can never Loading