Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DDisplayId.h151 struct HalDisplayId : DisplayId { struct
152 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function
153 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
155 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument
/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h151 struct HalDisplayId : DisplayId { struct
152 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
153 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function
155 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function