Searched defs:CpuConsumer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp18 #define LOG_TAG "CpuConsumer"
23 #include <gui/CpuConsumer.h>
33 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq, function in class:android::CpuConsumer
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)
98 status_t CpuConsumer
[all...]
/frameworks/native/include/gui/
H A DCpuConsumer.h34 * 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 class in namespace:android
73 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
76 virtual ~CpuConsumer();
78 // set the name of the CpuConsumer that will be used to identify it in
88 // setDefaultBufferFormat allows CpuConsumer's BufferQueue to create buffers

Completed in 21 milliseconds