Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DGralloc4.h166 class Gralloc4Allocator : public GrallocAllocator {
170 Gralloc4Allocator(const Gralloc4Mapper& mapper);
/frameworks/native/libs/ui/
DGralloc4.cpp1011 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator() function in android::Gralloc4Allocator
1033 bool Gralloc4Allocator::isLoaded() const { in isLoaded()
1037 std::string Gralloc4Allocator::dumpDebugInfo(bool less) const { in dumpDebugInfo()
1041 status_t Gralloc4Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate()
DGraphicBufferAllocator.cpp58 mAllocator = std::make_unique<const Gralloc4Allocator>( in GraphicBufferAllocator()