#pragma once #include #include #include namespace aidl::android::hardware::graphics::composer3::impl { struct EdidInfo { uint32_t mWidthMillimeters = 0; uint32_t mHeightMillimeters = 0; static std::optional parse(std::span blob); }; } // namespace aidl::android::hardware::graphics::composer3::impl