OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CpuConsumer
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
CpuConsumer.cpp
18
#define LOG_TAG "
CpuConsumer
"
23
#include <gui/
CpuConsumer
.h>
33
CpuConsumer
::
CpuConsumer
(const sp<IGraphicBufferConsumer>& bq,
46
CpuConsumer
::~
CpuConsumer
() {
52
void
CpuConsumer
::setName(const String8& name) {
58
status_t
CpuConsumer
::setDefaultBufferSize(uint32_t width, uint32_t height)
64
status_t
CpuConsumer
::setDefaultBufferFormat(uint32_t defaultFormat)
70
status_t
CpuConsumer
::lockNextBuffer(LockedBuffer *nativeBuffer)
[
all
...]
/frameworks/native/include/gui/
CpuConsumer.h
34
*
CpuConsumer
is a BufferQueue consumer endpoint that allows direct CPU
37
*
CpuConsumer
owner. Sets gralloc usage flags to be software-read-only.
41
class
CpuConsumer
: public ConsumerBase
69
CpuConsumer
(const sp<IGraphicBufferConsumer>& bq,
72
virtual ~
CpuConsumer
();
74
// set the name of the
CpuConsumer
that will be used to identify it in
84
// setDefaultBufferFormat allows
CpuConsumer
's BufferQueue to create buffers
Completed in 47 milliseconds