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

  /frameworks/native/libs/gui/
BufferQueueCore.cpp 17 #define LOG_TAG "BufferQueueCore"
26 #include <gui/BufferQueueCore.h>
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) :
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::getMaxBufferCountLocked(bool async) const
    [all...]
  /frameworks/native/include/gui/
BufferQueueCore.h 53 class BufferQueueCore : public virtual RefBase {
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 147 milliseconds