summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/mapper/KeyboardInputMapper.h
AgeCommit message (Expand)Author
2025-01-24Mark some functions in InputReader code as const Siarhei Vishniakou
2024-10-24Wake device from alphanumeric keyboards Henry Barnor
2024-10-07Allow toggle caps lock even if device doesn't a have caps lock key Vaibhav Devmurari
2024-07-25InputReader: Use shared keyboard source for all key events Prabir Pradhan
2024-06-08Merge changes I02bc2802,I52773be9 into main Vaibhav Devmurari
2024-06-07Implement KeyboardClassifier interface in rust Vaibhav Devmurari
2024-06-04InputMapper: pass RawEvent references instead of pointers Harry Cutts
2024-05-09Use a strongly typed LogicalDisplayId for displayId(2/n) Linnan Li
2023-10-31Record last keypress timestamp on physical keyboard while typing Arpit Singh
2023-07-25Merge changes from topic "typing-tapping-cursor" into udc-qpr-dev am: 027baa7... Arpit Singh
2023-07-25Hide pointer while typing on a physical keyboard am: b3b3f73f10 am: 4f58e44664 Arpit Singh
2023-07-21Disable Tap to click while typing on a PK Arpit Singh
2023-07-21Hide pointer while typing on a physical keyboard Arpit Singh
2023-07-18Pass layout info in native callback for quicker layout setup. Vaibhav Devmurari
2023-05-18InputMapper refactor: KeyboardInputMapper Arpit Singh
2023-05-09InputMapper refactor: KeyboardInputMapper Arpit Singh
2023-04-20Merge changes from topic "reader-config-enum" into udc-dev am: 0dd3ca0c88 am:... Treehugger Robot
2023-04-19Use ftl::Flags for InputReaderConfiguration::Change Prabir Pradhan
2023-04-14Merge changes from topic "InputMapper-refactor-256009910" into udc-dev am: 29... Arpit Singh
2023-04-13InputMapper refactor: Change readerconfig pointer to const ref am: ed6c3defc3... Arpit Singh
2023-04-13InputMapper refactor: Modify InputMapper constructor for configuration Arpit Singh
2023-04-13InputMapper refactor: Change readerconfig pointer to const ref Arpit Singh
2023-04-06Merge "InputMapper refactor: Rename configure to reconfigure" into udc-dev am... Arpit Singh
2023-04-05Keep touch mode for the key event triggered by gesture Justin Chung
2023-04-05InputMapper refactor: Rename configure to reconfigure Arpit Singh
2023-03-17InputMapper: use a reference for InputDeviceInfo parameter Harry Cutts
2022-12-16Gets keyboard layout info from user space when available. Zixuan Qu
2022-12-02Convert orientation values in input to ui::Rotation. Michael Wright
2022-10-27Extract HID usage accumulation logic from KeyboardInputMapper Prabir Pradhan
2022-10-27KeyboardInputMapper: Miscelaneous code cleanup Prabir Pradhan
2022-10-05Return events from mappers and InputDevice Siarhei Vishniakou
2022-09-09inputflinger: Use #pragma once instead of explicit define guards Prabir Pradhan
2022-08-26Synthesize cancellation events when device is disabled Arthur Hung
2022-06-16Use std::vector when sending keyCodes Siarhei Vishniakou
2022-01-21Add API to get KeyCode produced by physical key location. Philip Junker
2021-08-20Fix toggleCapsLock failed for multiple EventHub devices Arthur Hung
2021-02-23Pass RawEvent latency from InputReader to InputListener Siarhei Vishniakou
2020-08-27Maintain CapsLock, NumLock and ScrollLock of keyboard arthurhung
2020-02-12Refactor use of services in InputMappers. Nathaniel R. Lewis
2019-12-13Default TV remote keys to no-wake Powei Feng
2019-09-19Add override keyword to in inherited classes Prabir Pradhan
2019-09-19Create inputmappers and accumulators directories Prabir Pradhan