summaryrefslogtreecommitdiff
path: root/arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h')
-rw-r--r--arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h b/arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h
index 276071c..f9b423e 100644
--- a/arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h
+++ b/arm/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/PlaneLayout.h
@@ -20,14 +20,14 @@ public:
static const char* descriptor;
std::vector<::aidl::android::hardware::graphics::common::PlaneLayoutComponent> components;
- int64_t offsetInBytes;
- int64_t sampleIncrementInBits;
- int64_t strideInBytes;
- int64_t widthInSamples;
- int64_t heightInSamples;
- int64_t totalSizeInBytes;
- int64_t horizontalSubsampling;
- int64_t verticalSubsampling;
+ int64_t offsetInBytes = {};
+ int64_t sampleIncrementInBits = {};
+ int64_t strideInBytes = {};
+ int64_t widthInSamples = {};
+ int64_t heightInSamples = {};
+ int64_t totalSizeInBytes = {};
+ int64_t horizontalSubsampling = {};
+ int64_t verticalSubsampling = {};
binder_status_t readFromParcel(const AParcel* parcel);
binder_status_t writeToParcel(AParcel* parcel) const;