Searched defs:DisplayId (Results 1 – 3 of 3) sorted by relevance
30 struct DisplayId { struct31 using Type = PhysicalDisplayId; argument36 static DisplayId fromEdid(uint8_t port, uint16_t manufacturerId, uint32_t displayNameHash); argument
30 using DisplayId = hwc2_display_t; variable
510 virtual bool onPostComposition(const std::optional<DisplayId>& /*displayId*/, in onPostComposition()