Searched defs:HalDisplayId (Results 1 – 2 of 2) sorted by relevance
164 struct HalDisplayId : DisplayId { struct165 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument166 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function168 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument176 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument
164 struct HalDisplayId : DisplayId { struct165 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function166 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function168 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument176 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument