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.h164 struct HalDisplayId : DisplayId { struct
165 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
166 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() argument
168 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
176 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() function
/frameworks/native/libs/ui/include/ui/
DDisplayId.h164 struct HalDisplayId : DisplayId { struct
165 constexpr HalDisplayId(HalVirtualDisplayId other) : DisplayId(other) {} in HalDisplayId() function
166 constexpr HalDisplayId(PhysicalDisplayId other) : DisplayId(other) {} in HalDisplayId() function
168 static constexpr std::optional<HalDisplayId> tryCast(DisplayId id) { in tryCast() argument
176 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId() argument