Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b95258d5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix headers in Gralloc.h." into main

parents 60317b0a 00431cca
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -20,14 +20,24 @@
#include <ui/Gralloc5.h>

#include <aidl/android/hardware/graphics/allocator/AllocationError.h>
#include <aidl/android/hardware/graphics/allocator/BufferDescriptorInfo.h>
#include <aidl/android/hardware/graphics/common/StandardMetadataType.h>
#include <aidlcommonsupport/NativeHandle.h>
#include <android/binder_manager.h>
#include <android/hardware/graphics/mapper/IMapper.h>
#include <android/hardware/graphics/mapper/utils/IMapperMetadataTypes.h>
#include <binder/IPCThreadState.h>
#include <dlfcn.h>
#include <gralloctypes/Gralloc4.h>
#include <ui/FatVector.h>
#include <ui/GraphicTypes.h>
#include <vndksupport/linker.h>

#include <cstdint>
#include <memory>
#include <sstream>
#include <string>
#include <vector>

using namespace aidl::android::hardware::graphics::allocator;
using namespace aidl::android::hardware::graphics::common;
using namespace ::android::hardware::graphics::mapper;
+6 −3
Original line number Diff line number Diff line
@@ -17,15 +17,18 @@
#ifndef ANDROID_UI_GRALLOC_H
#define ANDROID_UI_GRALLOC_H

#include <gralloctypes/Gralloc4.h>
#include <hidl/HidlSupport.h>
#include <cutils/native_handle.h>
#include <system/graphics.h>
#include <ui/GraphicTypes.h>
#include <ui/PixelFormat.h>
#include <ui/Rect.h>
#include <utils/StrongPointer.h>
#include <utils/Errors.h>
#include "GraphicBufferAllocator.h"

#include <cstdint>
#include <optional>
#include <string>
#include <vector>

namespace android {