Lines Matching refs:GraphicBufferAllocator
43 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
45 Mutex GraphicBufferAllocator::sLock;
47 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
49 GraphicBufferAllocator::GraphicBufferAllocator() : mMapper(GraphicBufferMapper::getInstance()) { in GraphicBufferAllocator() function in android::GraphicBufferAllocator
62 GraphicBufferAllocator::~GraphicBufferAllocator() {} in ~GraphicBufferAllocator()
64 uint64_t GraphicBufferAllocator::getTotalSize() const { in getTotalSize()
73 void GraphicBufferAllocator::dump(std::string& result) const { in dump()
99 void GraphicBufferAllocator::dumpToSystemLog() in dumpToSystemLog()
102 GraphicBufferAllocator::getInstance().dump(s); in dumpToSystemLog()
106 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, in allocate()
170 status_t GraphicBufferAllocator::free(buffer_handle_t handle) in free()