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

  /frameworks/native/include/gui/
ConsumerBase.h 33 // ConsumerBase is a base class for BufferQueue consumer end-points. It
36 class ConsumerBase : public virtual RefBase,
51 virtual ~ConsumerBase();
53 // abandon frees all the buffers and puts the ConsumerBase into the
54 // 'abandoned' state. Once put in this state the ConsumerBase can never
59 // from the perspective of the the ConsumerBase, if there are additional
64 // set the name of the ConsumerBase that will be used to identify it in
69 // ConsumerBase is connected.
83 ConsumerBase(const ConsumerBase&)
    [all...]
  /frameworks/native/libs/gui/
ConsumerBase.cpp 17 #define LOG_TAG "ConsumerBase"
31 #include <gui/ConsumerBase.h>
39 // Macros for including the ConsumerBase name in log messages
54 ConsumerBase::ConsumerBase(const sp<BufferQueue>& bufferQueue) :
71 CB_LOGE("ConsumerBase: error connecting to BufferQueue: %s (%d)",
78 ConsumerBase::~ConsumerBase() {
79 CB_LOGV("~ConsumerBase");
83 // be done by ConsumerBase::onLastStrongRef(), but it's possible for
    [all...]

Completed in 55 milliseconds