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

/frameworks/native/include/gui/
H A DConsumerBase.h33 // ConsumerBase is a base class for BufferQueue consumer end-points. It
36 class ConsumerBase : public virtual RefBase, class in namespace:android
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.
84 ConsumerBase(const ConsumerBase
[all...]
/frameworks/native/libs/gui/
H A DConsumerBase.cpp17 #define LOG_TAG "ConsumerBase"
32 #include <gui/ConsumerBase.h>
40 // Macros for including the ConsumerBase name in log messages
55 ConsumerBase::ConsumerBase(const sp<BufferQueue>& bufferQueue) : function in class:android::ConsumerBase
79 ConsumerBase::~ConsumerBase() {
80 CB_LOGV("~ConsumerBase");
84 void ConsumerBase::freeBufferLocked(int slotIndex) {
91 sp<BufferQueue> ConsumerBase
[all...]

Completed in 45 milliseconds