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

/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp17 #define LOG_TAG "BufferQueueCore"
32 #include <gui/BufferQueueCore.h>
53 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : function in class:android::BufferQueueCore
112 BufferQueueCore::~BufferQueueCore() {}
114 void BufferQueueCore::dump(String8& result, const char* prefix) const {
168 int BufferQueueCore::getMinUndequeuedBufferCountLocked() const {
178 int BufferQueueCore::getMinMaxBufferCountLocked() const {
182 int BufferQueueCore
[all...]
/frameworks/native/include/gui/
H A DBufferQueueCore.h56 class BufferQueueCore : public virtual RefBase { class in namespace:android
80 // BufferQueueCore manages a pool of gralloc memory slots to be used by
83 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
84 virtual ~BufferQueueCore();
145 // variables of BufferQueueCore objects. It must be locked whenever any
327 }; // class BufferQueueCore

Completed in 104 milliseconds