OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConsumerBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/gui/
ConsumerBase.h
34
//
ConsumerBase
is a base class for BufferQueue consumer end-points. It
37
class
ConsumerBase
: public virtual RefBase,
46
virtual ~
ConsumerBase
();
48
// abandon frees all the buffers and puts the
ConsumerBase
into the
49
// 'abandoned' state. Once put in this state the
ConsumerBase
can never
54
// from the perspective of the the
ConsumerBase
, if there are additional
59
// Returns true if the
ConsumerBase
is in the 'abandoned' state
62
// set the name of the
ConsumerBase
that will be used to identify it in
96
ConsumerBase
(const
ConsumerBase
&)
[
all
...]
/frameworks/native/libs/gui/
ConsumerBase.cpp
19
#define LOG_TAG "
ConsumerBase
"
34
#include <gui/
ConsumerBase
.h>
42
// Macros for including the
ConsumerBase
name in log messages
57
ConsumerBase
::
ConsumerBase
(const sp<IGraphicBufferConsumer>& bufferQueue, bool controlledByApp) :
72
CB_LOGE("
ConsumerBase
: error connecting to BufferQueue: %s (%d)",
79
ConsumerBase
::~
ConsumerBase
() {
80
CB_LOGV("~
ConsumerBase
");
84
// be done by
ConsumerBase
::onLastStrongRef(), but it's possible for
[
all
...]
Completed in 221 milliseconds