Home
last modified time | relevance | path

Searched refs:Gralloc2Allocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DGralloc2.h73 class Gralloc2Allocator : public GrallocAllocator {
77 Gralloc2Allocator(const Gralloc2Mapper& mapper);
/frameworks/native/libs/ui/
DGralloc2.cpp363 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator() function in android::Gralloc2Allocator
371 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()
DGraphicBufferAllocator.cpp66 mAllocator = std::make_unique<const Gralloc2Allocator>( in GraphicBufferAllocator()