Home
last modified time | relevance | path

Searched refs:GrallocAllocator (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/ui/
DGralloc.cpp25 GrallocAllocator::~GrallocAllocator() {} in ~GrallocAllocator()
/frameworks/native/libs/ui/include/ui/
DGraphicBufferAllocator.h37 class GrallocAllocator; variable
77 std::unique_ptr<const GrallocAllocator> mAllocator;
DGralloc.h82 class GrallocAllocator {
84 virtual ~GrallocAllocator();
DGralloc3.h74 class Gralloc3Allocator : public GrallocAllocator {
DGralloc2.h76 class Gralloc2Allocator : public GrallocAllocator {
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferAllocator.h37 class GrallocAllocator; variable
77 std::unique_ptr<const GrallocAllocator> mAllocator;
DGralloc2.h76 class Gralloc2Allocator : public GrallocAllocator {
/frameworks/native/libs/ui/tests/mock/
DMockGrallocAllocator.h29 class MockGrallocAllocator : public GrallocAllocator {
/frameworks/native/libs/ui/tests/
DGraphicBufferAllocator_test.cpp56 std::unique_ptr<const GrallocAllocator>& getAllocator() { return mAllocator; } in getAllocator()