summaryrefslogtreecommitdiff
path: root/arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h')
-rw-r--r--arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h b/arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h
index 107c358..e29ffea 100644
--- a/arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h
+++ b/arm64/include/out/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common-ndk_platform-source/gen/include/aidl/android/hardware/graphics/common/Rect.h
@@ -18,10 +18,10 @@ class Rect {
public:
static const char* descriptor;
- int32_t left;
- int32_t top;
- int32_t right;
- int32_t bottom;
+ int32_t left = {};
+ int32_t top = {};
+ int32_t right = {};
+ int32_t bottom = {};
binder_status_t readFromParcel(const AParcel* parcel);
binder_status_t writeToParcel(AParcel* parcel) const;