Lines Matching refs:DisplayId
34 struct DisplayId { struct
40 static DisplayId fromEdid(uint8_t port, uint16_t manufacturerId, uint32_t modelHash); argument
43 inline bool operator==(DisplayId lhs, DisplayId rhs) {
47 inline bool operator!=(DisplayId lhs, DisplayId rhs) {
51 inline std::string to_string(DisplayId displayId) { in to_string()
58 DisplayId id;
97 std::optional<PnpId> getPnpId(DisplayId);
102 DisplayId getFallbackDisplayId(uint8_t port);
103 DisplayId getVirtualDisplayId(uint32_t id);
110 struct hash<android::DisplayId> {
111 size_t operator()(android::DisplayId displayId) const {
112 return hash<android::DisplayId::Type>()(displayId.value);