Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h54 struct InputReaderConfiguration { struct
56 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 …]