Home | History | Annotate | Download | only in ui

Lines Matching defs:GraphicBufferAllocator

18 #define LOG_TAG "GraphicBufferAllocator"
27 #include <ui/GraphicBufferAllocator.h>
32 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
34 Mutex GraphicBufferAllocator::sLock;
36 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
38 GraphicBufferAllocator::GraphicBufferAllocator()
49 GraphicBufferAllocator::~GraphicBufferAllocator()
54 void GraphicBufferAllocator::dump(String8& result) const
86 void GraphicBufferAllocator::dumpToSystemLog()
89 GraphicBufferAllocator::getInstance().dump(s);
93 status_t GraphicBufferAllocator::alloc(uint32_t w, uint32_t h, PixelFormat format,
132 status_t GraphicBufferAllocator::free(buffer_handle_t handle)