summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/include/EventHub.h
AgeCommit message (Expand)Author
2025-03-19EventHub: Re-open Devices serially when AssociatedDevice changes Prabir Pradhan
2025-03-18InputReader: Add getter API for the sysfs node path of an InputDevice Prabir Pradhan
2025-03-18EventHub: Process sysfs node changes from InputReader thread Prabir Pradhan
2025-02-18inputflinger: Restricted invalid InputDeviceClass enum values Akhilesh Sanikop
2025-02-13EventHub: Search IDC for additional lights Aseda Aboagye
2025-02-07EventHub: Reimplement sysfsNodeChanged Prabir Pradhan
2025-02-07EventHub: Refactor AssociatedDevice creation logic Prabir Pradhan
2024-11-11Add keyboard volume mute LED. (2/2) DingYong
2024-10-22Input: Support set power/wakeup node of device Yanye Li
2024-10-07hasKeycode API should take into account key remapping Vaibhav Devmurari
2024-09-20Move key remapping to InputReader thread(1/n) Linnan Li
2024-07-25Reland "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-07-23Merge "Revert "InputDevice: return std::optional from getAbsoluteAxisInfo"" i... Treehugger Robot
2024-07-23Revert "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-07-18Revert "Revert "Remove notifyConfigurationChanged listener and p..." Liana Kazanova
2024-07-18Revert "Remove notifyConfigurationChanged listener and policy calls" Liana Kazanova
2024-07-17Remove notifyConfigurationChanged listener and policy calls Vaibhav Devmurari
2024-06-28InputDevice: return std::optional from getAbsoluteAxisInfo 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-04-16Add mic mute keyboard led. (2/2) DingYong
2024-01-10Sync MT slots on reset and buffer overflow Arpit Singh
2023-07-20EventHub: Ensure bit arrays are large enough to store all event codes Prabir Pradhan
2023-07-20EventHub: Dump tracked EV_KEY, EV_SW, and EV_ABS states Prabir Pradhan
2023-07-17EventHub: Track the global abs axis states for enabled devices Prabir Pradhan
2023-07-17EventHub: Track the global key and switch states for enabled devices Prabir Pradhan
2023-06-15InputMapper refactor: Cache RawAbsoluteAxisInfo Arpit Singh
2023-03-29Support native API to report sysfs nodes changes Vaibhav Devmurari
2023-03-08Remove InputDeviceContext::getConfiguration(properties) Harry Cutts
2023-01-20TouchpadInputMapper: add dump method Harry Cutts
2023-01-04Convert country code to Layoutinfo (Language tag + Layout type) Vaibhav Devmurari
2022-12-06Add API to support key remappings on native side Vaibhav Devmurari
2022-12-01Add new `TouchpadInputMapper` class Harry Cutts
2022-10-31TouchInputMapper: Rely on default c'tor and copy c'tors for structs Prabir Pradhan
2022-09-29Merge "Revert behavior of loading the AssociatedDevice" TreeHugger Robot
2022-09-28Revert behavior of loading the AssociatedDevice Prabir Pradhan
2022-09-28Return events from EventHub Siarhei Vishniakou
2022-09-22Add support for detecting Keyboard backlight using sysfs node Vaibhav Devmurari
2022-09-09inputflinger: Use #pragma once instead of explicit define guards Prabir Pradhan
2022-08-25Fetch country code information from Device sysfs path Vaibhav Devmurari
2022-08-23Improve EventHub const-correctness Prabir Pradhan
2022-08-23Refactor AssociatedDevice initialization in EventHub Prabir Pradhan
2022-08-23EventHub: Associate AsociatedDevice using sysfs path, not descriptor Prabir Pradhan
2022-08-08Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 am: 9ea35a9163... Treehugger Robot
2022-08-08Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 Treehugger Robot
2022-08-04EventHub: Prevent duplicate descriptors Josh Bartel
2022-07-13Avoid KeyedVector and String8 in PropertyMap Siarhei Vishniakou
2022-06-24EventHub: Clean up reading from inotify Prabir Pradhan
2022-06-16Use std::vector when sending keyCodes Siarhei Vishniakou