Searched defs:HalDisplayId (Results 1 – 2 of 2) sorted by relevance
176 struct HalDisplayId : DisplayId { struct177 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function178 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function180 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument188 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument
176 struct HalDisplayId : DisplayId { struct177 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument178 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() argument180 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument188 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function