Searched defs:HalDisplayId (Results 1 – 2 of 2) sorted by relevance
151 struct HalDisplayId : DisplayId { struct152 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function153 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() argument155 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument
151 struct HalDisplayId : DisplayId { struct152 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument153 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function155 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function