Lines Matching refs:GraphicBufferAllocator
18 #define LOG_TAG "GraphicBufferAllocator"
27 #include <ui/GraphicBufferAllocator.h>
33 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
35 Mutex GraphicBufferAllocator::sLock;
37 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
39 GraphicBufferAllocator::GraphicBufferAllocator()
43 GraphicBufferAllocator::~GraphicBufferAllocator() {}
45 void GraphicBufferAllocator::dump(String8& result) const
77 void GraphicBufferAllocator::dumpToSystemLog()
80 GraphicBufferAllocator::getInstance().dump(s);
84 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height,
152 status_t GraphicBufferAllocator::free(buffer_handle_t handle)