HomeSort by relevance Sort by last modified time
    Searched defs:CpuConsumer (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
CpuConsumer.cpp 18 #define LOG_TAG "CpuConsumer"
24 #include <gui/CpuConsumer.h>
34 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
47 CpuConsumer::~CpuConsumer() {
53 void CpuConsumer::setName(const String8& name) {
56 CC_LOGE("setName: CpuConsumer is abandoned!");
89 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
207 status_t CpuConsumer::unlockBuffer(const 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
93 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
96 virtual ~CpuConsumer();
98 // set the name of the CpuConsumer that will be used to identify it in

Completed in 47 milliseconds