Searched defs:DisplayId (Results 1 – 4 of 4) sorted by relevance
30 struct DisplayId { struct35 DisplayId() = default; argument37 DisplayId& operator=(const DisplayId&) = default; argument39 static constexpr DisplayId fromValue(uint64_t value) { return DisplayId(value); } in fromValue() argument44 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() function
29 public @interface DisplayId { annotation
56 @Qualifier @Retention(AnnotationRetention.RUNTIME) annotation class DisplayId class