Searched refs:Gralloc4Allocator (Results 1 – 3 of 3) sorted by relevance
187 class Gralloc4Allocator : public GrallocAllocator {191 Gralloc4Allocator(const Gralloc4Mapper& mapper);
1060 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator() function in android::Gralloc4Allocator1068 bool Gralloc4Allocator::isLoaded() const { in isLoaded()1072 std::string Gralloc4Allocator::dumpDebugInfo(bool less) const { in dumpDebugInfo()1076 status_t Gralloc4Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate()
51 mAllocator = std::make_unique<const Gralloc4Allocator>( in GraphicBufferAllocator()