diff options
Diffstat (limited to 'libs/ui/Gralloc2.cpp')
-rw-r--r-- | libs/ui/Gralloc2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ui/Gralloc2.cpp b/libs/ui/Gralloc2.cpp index 2c4b5f32b1..92ea07cbc4 100644 --- a/libs/ui/Gralloc2.cpp +++ b/libs/ui/Gralloc2.cpp @@ -94,7 +94,7 @@ Gralloc2Mapper::Gralloc2Mapper() { mMapperV2_1 = IMapper::castFrom(mMapper); } -bool Gralloc2Mapper::isSupported() const { +bool Gralloc2Mapper::isLoaded() const { return mMapper != nullptr; } @@ -359,7 +359,7 @@ Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(map } } -bool Gralloc2Allocator::isSupported() const { +bool Gralloc2Allocator::isLoaded() const { return mAllocator != nullptr; } |