Searched defs:ConsumerBase (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/gui/
H A DConsumerBase.h38 // ConsumerBase is a base class for BufferQueue consumer end-points. It
41 class ConsumerBase : public virtual RefBase, class in namespace:android
50 virtual ~ConsumerBase();
52 // abandon frees all the buffers and puts the ConsumerBase into the
53 // 'abandoned' state. Once put in this state the ConsumerBase can never
58 // from the perspective of the the ConsumerBase, if there are additional
63 // Returns true if the ConsumerBase is in the 'abandoned' state
66 // set the name of the ConsumerBase that will be used to identify it in
100 ConsumerBase(const ConsumerBase
[all...]
/frameworks/native/libs/gui/
H A DConsumerBase.cpp19 #define LOG_TAG "ConsumerBase"
35 #include <gui/ConsumerBase.h>
43 // Macros for including the ConsumerBase name in log messages
58 ConsumerBase::ConsumerBase(const sp<IGraphicBufferConsumer>& bufferQueue, bool controlledByApp) : function in class:android::ConsumerBase
74 CB_LOGE("ConsumerBase: error connecting to BufferQueue: %s (%d)",
81 ConsumerBase::~ConsumerBase() {
82 CB_LOGV("~ConsumerBase");
86 // be done by ConsumerBase
[all...]

Completed in 66 milliseconds