summaryrefslogtreecommitdiff
path: root/libs/input/KeyLayoutMap.cpp
AgeCommit message (Expand)Author
2024-07-24Fix key location API, when many to one key mapping with KL flags Vaibhav Devmurari
2024-01-18Skip loading kernel configs unless needed Hiroki Sato
2023-12-22libinput: use libkernelconfigs insteadof libvintf Jooyung Han
2023-10-02Add flag to mark key usage code as a fallback mapping Arpit Singh
2023-08-16Use String8/16 c_str [input] Tomasz Wasilczyk
2023-04-07Merge "hasKeycodeLocked() also checks usage codes" am: 8521bfe7ad am: c224482... Josep del Río
2023-03-31hasKeycodeLocked() also checks usage codes Charles Lin
2023-01-24Validate axes and led labels correctly Siarhei Vishniakou
2022-08-23Merge changes I086b5045,I753fb07a,Iea2bb7fd TreeHugger Robot
2022-08-23Improve EventHub const-correctness Prabir Pradhan
2022-08-22Do not read kernel configs on the host Siarhei Vishniakou
2022-08-19Do not read kernel configs on the host Siarhei Vishniakou
2022-06-16Do not load keylayout if required kernel module is missing Siarhei Vishniakou
2022-06-10Avoid using KeyedVector in KeyLayoutMap Siarhei Vishniakou
2022-06-10Refactor input code for require_kernel_config parameter Siarhei Vishniakou
2022-06-03Do not load keylayout if required kernel module is missing Siarhei Vishniakou
2022-05-27Avoid using KeyedVector in KeyLayoutMap Siarhei Vishniakou
2022-05-20Refactor input code for require_kernel_config parameter Siarhei Vishniakou
2021-09-09FTL: Extend enum utilities imported from IF Dominik Laskowski
2021-06-28Renamed and moved InputWindow and related files chaviw
2020-12-21Add explicit Result::ok() checks where needed Bernie Innocenti
2020-12-16Add SensorManager support in inputflinger. Chris Ye
2020-08-28Move KeyLayoutMap from RefBase to shared_ptr. Chris Ye
2020-08-21Optimize memory usage of InputEvent lookup. Chris Ye
2019-03-21Use std::vector over Vector for InputFlinger (1/3) Arthur Hung
2018-09-05Prefer std::string over String8 Siarhei Vishniakou
2018-07-17[input] Modernize codebase by replacing NULL with nullptr Yi Kong
2014-04-22Move key attribute information out of native. Michael Wright
2013-10-18Parse LED mappings in keylayout files Michael Wright
2013-07-01Move input library code from frameworks/base. Jeff Brown