Searched defs:HalDisplayId (Results 1 – 2 of 2) sorted by relevance
157 struct HalDisplayId : DisplayId { struct158 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument159 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function161 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument169 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function
157 struct HalDisplayId : DisplayId { struct158 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument159 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function161 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument169 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument