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

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp18 #define LOG_TAG "CpuConsumer"
22 #include <gui/CpuConsumer.h>
32 CpuConsumer::CpuConsumer(uint32_t maxLockedBuffers) : function in class:android::CpuConsumer
47 CpuConsumer::~CpuConsumer() {
50 void CpuConsumer::setName(const String8& name) {
56 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
81 err = b.mFence->waitForever(1000, "CpuConsumer::lockNextBuffer");
117 status_t CpuConsumer
[all...]
/frameworks/native/include/gui/
H A DCpuConsumer.h33 * CpuConsumer is a BufferQueue consumer endpoint that allows direct CPU
36 * CpuConsumer owner. Sets gralloc usage flags to be software-read-only.
40 class CpuConsumer: public ConsumerBase class in namespace:android
60 CpuConsumer(uint32_t maxLockedBuffers);
62 virtual ~CpuConsumer();
64 // set the name of the CpuConsumer that will be used to identify it in

Completed in 308 milliseconds