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.h176 struct HalDisplayId : DisplayId { struct
177 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function
178 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function
180 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
188 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument
/frameworks/native/libs/ui/include/ui/
DDisplayId.h176 struct HalDisplayId : DisplayId { struct
177 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
178 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
180 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
188 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function