Searched refs:GrallocAllocator (Results 1 – 9 of 9) sorted by relevance
25 GrallocAllocator::~GrallocAllocator() {} in ~GrallocAllocator()
37 class GrallocAllocator; variable77 std::unique_ptr<const GrallocAllocator> mAllocator;
82 class GrallocAllocator {84 virtual ~GrallocAllocator();
74 class Gralloc3Allocator : public GrallocAllocator {
76 class Gralloc2Allocator : public GrallocAllocator {
29 class MockGrallocAllocator : public GrallocAllocator {
56 std::unique_ptr<const GrallocAllocator>& getAllocator() { return mAllocator; } in getAllocator()