tiny format fixes
Also absorbs: https://android-review.git.corp.google.com/c/platform/external/minigbm/+/2768266 BUG=n/a TEST=./presubmit.sh Change-Id: I7b781090762ed86b0d0c6c1736d0eeea6e2058ad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/4903262 Tested-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Dawn Han <dawnhan@google.com> Commit-Queue: Yiwei Zhang <zzyiwei@chromium.org> Auto-Submit: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Dominik Behr <dbehr@chromium.org>
This commit is contained in:
parent
0d691e8363
commit
118166a788
3 changed files with 15 additions and 11 deletions
|
|
@ -27,10 +27,10 @@ class Allocator : public BnAllocator {
|
|||
allocator::AllocationResult* outResult) override;
|
||||
|
||||
ndk::ScopedAStatus allocate2(const BufferDescriptorInfo& descriptor, int32_t count,
|
||||
allocator::AllocationResult* outResult) override;
|
||||
allocator::AllocationResult* outResult) override;
|
||||
|
||||
ndk::ScopedAStatus isSupported(const BufferDescriptorInfo& descriptor,
|
||||
bool* outResult) override;
|
||||
bool* outResult) override;
|
||||
|
||||
ndk::ScopedAStatus getIMapperLibrarySuffix(std::string* outResult) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue