Home
last modified time | relevance | path

Searched defs:InputReaderConfiguration (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h52 struct InputReaderConfiguration { struct
54 enum class Change : uint32_t {
101 nsecs_t virtualKeyQuietTime;
105 std::vector<std::string> excludedDeviceNames;
109 std::unordered_map<std::string, uint8_t> inputPortToDisplayPortAssociations;
113 std::unordered_map<std::string, std::string> inputPortToDisplayUniqueIdAssociations;
117 std::unordered_map<std::string, std::string> inputDeviceDescriptorToDisplayUniqueIdAssociations;
121 std::unordered_map<std::string, std::string> deviceTypeAssociations;
125 std::unordered_map<std::string, KeyboardLayoutInfo> keyboardLayoutAssociations;
128 ui::LogicalDisplayId defaultPointerDisplayId;
[all …]