Searched defs:DisplayId (Results 1 – 4 of 4) sorted by relevance
27 struct DisplayId { struct35 DisplayId() = default; argument37 DisplayId& operator=(const DisplayId&) = default; argument42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() function
27 struct DisplayId { struct35 DisplayId() = default; argument37 DisplayId& operator=(const DisplayId&) = default; argument42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
29 public @interface DisplayId { annotation
30 using DisplayId = hwc2_display_t; variable