Searched refs:Gralloc2Allocator (Results 1 – 3 of 3) sorted by relevance
73 class Gralloc2Allocator : public GrallocAllocator {77 Gralloc2Allocator(const Gralloc2Mapper& mapper);
363 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator() function in android::Gralloc2Allocator371 bool Gralloc2Allocator::isLoaded() const { in isLoaded()375 std::string Gralloc2Allocator::dumpDebugInfo(bool /*less*/) const { in dumpDebugInfo()385 status_t Gralloc2Allocator::allocate(std::string /*requestorName*/, uint32_t width, uint32_t height, in allocate()
66 mAllocator = std::make_unique<const Gralloc2Allocator>( in GraphicBufferAllocator()