Home
last modified time | relevance | path

Searched defs:HalDisplayId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h157 struct HalDisplayId : DisplayId { struct
158 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
159 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function
161 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
169 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function
/frameworks/native/libs/ui/include/ui/
DDisplayId.h157 struct HalDisplayId : DisplayId { struct
158 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
159 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function
161 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
169 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument