Searched refs:Gralloc5Allocator (Results 1 – 3 of 3) sorted by relevance
165 class Gralloc5Allocator : public GrallocAllocator {167 Gralloc5Allocator(const Gralloc5Mapper &mapper);
180 Gralloc5Allocator::Gralloc5Allocator(const Gralloc5Mapper &mapper) : mMapper(mapper) { in Gralloc5Allocator() function in android::Gralloc5Allocator184 bool Gralloc5Allocator::isLoaded() const { in isLoaded()221 std::string Gralloc5Allocator::dumpDebugInfo(bool less) const { in dumpDebugInfo()225 status_t Gralloc5Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate()244 GraphicBufferAllocator::AllocationResult Gralloc5Allocator::allocate( in allocate()
54 mAllocator = std::make_unique<const Gralloc5Allocator>( in GraphicBufferAllocator()