summaryrefslogtreecommitdiff
path: root/gralloc4/src/aidl/GrallocAllocator.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-11 22:19:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-11 22:19:36 +0000
commit0b4e3c9442064363c5c768290a920ce15fb51c30 (patch)
tree85a8d6aeb0d9fe506f4e2c6d5dfb853f9f58e293 /gralloc4/src/aidl/GrallocAllocator.h
parenta242bd22c6d926f59f5d2e39f5913f6162efb742 (diff)
parent577abb767e0f9afc329b220ec68a9280892b9f1a (diff)
downloadgchips-0b4e3c9442064363c5c768290a920ce15fb51c30.tar.gz
Change-Id: I9f8b6c783ae7492366112d8b57e297ef59aa7d1c
Diffstat (limited to 'gralloc4/src/aidl/GrallocAllocator.h')
-rw-r--r--gralloc4/src/aidl/GrallocAllocator.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gralloc4/src/aidl/GrallocAllocator.h b/gralloc4/src/aidl/GrallocAllocator.h
index 91655a7..dadd4b9 100644
--- a/gralloc4/src/aidl/GrallocAllocator.h
+++ b/gralloc4/src/aidl/GrallocAllocator.h
@@ -2,11 +2,9 @@
#include <aidl/android/hardware/graphics/allocator/AllocationResult.h>
#include <aidl/android/hardware/graphics/allocator/BnAllocator.h>
-#include <aidl/android/hardware/graphics/allocator/BufferDescriptorInfo.h>
#include <aidlcommonsupport/NativeHandle.h>
#include <cstdint>
-#include <string>
#include <vector>
namespace pixel {
@@ -23,15 +21,6 @@ public:
virtual ndk::ScopedAStatus allocate(const std::vector<uint8_t>& descriptor, int32_t count,
AidlAllocator::AllocationResult* result) override;
- virtual ndk::ScopedAStatus allocate2(const AidlAllocator::BufferDescriptorInfo& descriptor,
- int32_t count,
- AidlAllocator::AllocationResult* result) override;
-
- virtual ndk::ScopedAStatus isSupported(const AidlAllocator::BufferDescriptorInfo& descriptor,
- bool* result) override;
-
- virtual ndk::ScopedAStatus getIMapperLibrarySuffix(std::string* result) override;
-
virtual binder_status_t dump(int fd, const char** args, uint32_t numArgs) override;
};