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