Searched defs:InputReaderConfiguration (Results 1 – 1 of 1) sorted by relevance
54 struct InputReaderConfiguration { struct56 enum class Change : uint32_t {110 nsecs_t virtualKeyQuietTime;114 std::vector<std::string> excludedDeviceNames;118 std::unordered_map<std::string, uint8_t> inputPortToDisplayPortAssociations;122 std::unordered_map<std::string, std::string> inputPortToDisplayUniqueIdAssociations;126 std::unordered_map<std::string, std::string> inputDeviceDescriptorToDisplayUniqueIdAssociations;130 std::unordered_map<std::string, std::string> deviceTypeAssociations;134 std::unordered_map<std::string, KeyboardLayoutInfo> keyboardLayoutAssociations;137 ui::LogicalDisplayId defaultPointerDisplayId;[all …]