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

/frameworks/native/include/gui/
H A DBufferQueue.h40 class BufferQueue : public BnGraphicBufferProducer, class in namespace:android
62 // BufferQueue object and the consumer object. The reason this can't be a weak
63 // reference in the BufferQueue class is because we're planning to expose the
64 // consumer side of a BufferQueue as a binder interface, which doesn't support
79 // BufferQueue manages a pool of gralloc memory slots to be used by
82 BufferQueue(const sp<IGraphicBufferAlloc>& allocator = NULL);
83 virtual ~BufferQueue();
101 // the BufferQueue object (i.e. they are not owned by the producer or
163 // queueBuffer returns a filled buffer to the BufferQueue.
181 // cancelBuffer returns a dequeued buffer to the BufferQueue, bu
[all...]
/frameworks/native/libs/gui/
H A DBufferQueue.cpp17 #define LOG_TAG "BufferQueue"
27 #include <gui/BufferQueue.h>
36 // Macros for including the BufferQueue name in log messages
68 BufferQueue::BufferQueue(const sp<IGraphicBufferAlloc>& allocator) : function in class:android::BufferQueue
88 ST_LOGV("BufferQueue");
93 ST_LOGE("createGraphicBufferAlloc() failed in BufferQueue()");
100 BufferQueue::~BufferQueue() {
101 ST_LOGV("~BufferQueue");
[all...]

Completed in 261 milliseconds