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

/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp17 #define LOG_TAG "BufferQueueCore"
26 #include <gui/BufferQueueCore.h>
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : function in class:android::BufferQueueCore
80 BufferQueueCore::~BufferQueueCore() {}
82 void BufferQueueCore::dump(String8& result, const char* prefix) const {
133 int BufferQueueCore::getMinUndequeuedBufferCountLocked(bool async) const {
147 int BufferQueueCore::getMinMaxBufferCountLocked(bool async) const {
151 int BufferQueueCore
[all...]
/frameworks/native/include/gui/
H A DBufferQueueCore.h53 class BufferQueueCore : public virtual RefBase { class in namespace:android
72 // BufferQueueCore manages a pool of gralloc memory slots to be used by
75 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
76 virtual ~BufferQueueCore();
131 // variables of BufferQueueCore objects. It must be locked whenever any
249 }; // class BufferQueueCore

Completed in 46 milliseconds