Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DGralloc4.h187 class Gralloc4Allocator : public GrallocAllocator {
191 Gralloc4Allocator(const Gralloc4Mapper& mapper);
/frameworks/native/libs/ui/
DGralloc4.cpp1060 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator() function in android::Gralloc4Allocator
1068 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()
DGraphicBufferAllocator.cpp51 mAllocator = std::make_unique<const Gralloc4Allocator>( in GraphicBufferAllocator()