summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/include/InputDevice.h
AgeCommit message (Expand)Author
2025-03-18InputReader: Add getter API for the sysfs node path of an InputDevice Prabir Pradhan
2024-11-15KeyboardInputMapper: migrate most tests to InputMapperUnitTest Harry Cutts
2024-10-22Input: Support set power/wakeup node of device Yanye Li
2024-10-07Allow toggle caps lock even if device doesn't a have caps lock key Vaibhav Devmurari
2024-09-20Move key remapping to InputReader thread(1/n) Linnan Li
2024-08-16Create Native getTouchpadHardwareProperties() Omar Abdelmonem
2024-07-26Merge changes I81246b29,Ia270695b into main Treehugger Robot
2024-07-25JoystickInputMapperTest: migrate to InputMapperUnitTest Harry Cutts
2024-07-25Reland "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-07-25InputReader: Use shared keyboard source for all key events Prabir Pradhan
2024-07-25Mock InputDevice in the InputMapper unit tests Prabir Pradhan
2024-07-23Revert "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-06-28InputDevice: return std::optional from getAbsoluteAxisInfo Harry Cutts
2024-06-25InputDevice: clear absolute axis info if not found Harry Cutts
2024-06-21Return std::optional from getAbsoluteAxisValue Harry Cutts
2024-06-21Return a std::optional from EventHub::getAbsoluteAxisInfo Harry Cutts
2024-06-07Implement KeyboardClassifier interface in rust Vaibhav Devmurari
2024-05-09Use a strongly typed LogicalDisplayId for displayId(2/n) Linnan Li
2024-04-22(2nd try) Bind an input device via descriptor Antonio Kantek
2024-04-19Revert "Bind an input device via descriptor" Prabir Pradhan
2024-03-28Bind an input device via descriptor Michael Crimando
2024-02-01Support for InputDevice ViewBehavior Yeabkal Wubshit
2024-01-11Merge changes Ie02dbcb3,I8195406c into main Arpit Singh
2024-01-10Sync MT slots on reset and buffer overflow Arpit Singh
2024-01-09CursorInputMapper: migrate remaining tests Harry Cutts
2023-08-24InputMapper refactor: Configure empty InputDevice Arpit Singh
2023-08-24InputMapper refactor: refactor device enable/disable method Arpit Singh
2023-07-28Move absolute axis validation from EventHub to InputDevice Prabir Pradhan
2023-07-07Revert "InputMapper refactor: refactor device enable/disable method" am: 3e56... Arpit Singh
2023-07-07Revert "InputMapper refactor: Configure empty InputDevice" am: 7f1765e2e6 am:... Arpit Singh
2023-07-07Revert "InputMapper refactor: refactor device enable/disable method" Arpit Singh
2023-07-07Revert "InputMapper refactor: Configure empty InputDevice" Arpit Singh
2023-07-07InputMapper refactor: Configure empty InputDevice am: 4f61f3c959 am: 691001a872 Arpit Singh
2023-07-07InputMapper refactor: refactor device enable/disable method am: f4cdbefdde am... Arpit Singh
2023-07-07InputMapper refactor: Configure empty InputDevice Arpit Singh
2023-07-07InputMapper refactor: refactor device enable/disable method Arpit Singh
2023-06-29Add support for device.wake InputDevice Property Yeabkal Wubshit
2023-05-25Read IDC file to check custom keyboard backlight levels Vaibhav Devmurari
2023-05-05InputMapper refactor: TouchInputMapper Arpit Singh
2023-04-20InputMapper refactor: TouchInputMapper::Parameters Arpit Singh
2023-04-19Use ftl::Flags for InputReaderConfiguration::Change Prabir Pradhan
2023-04-13InputMapper refactor: Modify InputMapper constructor for configuration Arpit Singh
2023-04-13InputMapper refactor: Change readerconfig pointer to const ref Arpit Singh
2023-03-08Remove InputDeviceContext::getConfiguration(properties) Harry Cutts
2023-01-04Convert country code to Layoutinfo (Language tag + Layout type) Vaibhav Devmurari
2022-12-17Merge "Gets keyboard layout info from user space when available." Zixuan Qu
2022-12-16Use a const InputDeviceContext ref in HardwareStateConverter Harry Cutts
2022-12-16Gets keyboard layout info from user space when available. Zixuan Qu
2022-12-14Update TouchInputMapper to support new VirtualNavigationTouchpad. Ambrus Weisz
2022-12-06Add API to support key remappings on native side Vaibhav Devmurari