- a8c236b InputMapper refactor: TouchInputMapper by Arpit Singh · 2 years, 9 months ago
- 403e53c InputMapper refactor: TouchInputMapper::Parameters by Arpit Singh · 2 years, 9 months ago
- 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 2 years, 9 months ago
- 8e6fb25 InputMapper refactor: Modify InputMapper constructor for configuration by Arpit Singh · 2 years, 10 months ago
- ed6c3de InputMapper refactor: Change readerconfig pointer to const ref by Arpit Singh · 2 years, 10 months ago
- a6e9dd2 Merge "Support native API to report sysfs nodes changes" into udc-dev by Vaibhav Devmurari · 2 years, 10 months ago
- 5fc7d85 Support native API to report sysfs nodes changes by Vaibhav Devmurari · 2 years, 10 months ago
- 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 6 months ago
- c34f758 Remove InputDeviceContext::getConfiguration(properties) by Harry Cutts · 2 years, 11 months ago
- ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years ago
- 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years ago
- 146fac1 Merge "Gets keyboard layout info from user space when available." by Zixuan Qu · 3 years, 1 month ago
- ba9364a Use a const InputDeviceContext ref in HardwareStateConverter by Harry Cutts · 3 years, 1 month ago
- fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 2 months ago
- 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 3 years, 3 months ago
- cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 3 months ago
- 79cc9fa Add new `TouchpadInputMapper` class by Harry Cutts · 3 years, 3 months ago
- 3f7545f Differentiate fused and unfused external styluses by Prabir Pradhan · 3 years, 3 months ago
- aee7eb9 Merge changes I0b34480e,I9889e7f8,I5e008d03 by Prabir Pradhan · 3 years, 3 months ago
- d6ccedb TouchInputMapper: Rely on default c'tor and copy c'tors for structs by Prabir Pradhan · 3 years, 4 months ago
- 4f05b5f TouchButtonAccumulator: Recognize mapped stylus buttons by Prabir Pradhan · 3 years, 3 months ago
- b54ffb2 InputReader: Get Bluetooth address from InputDeviceIdentifier by Prabir Pradhan · 3 years, 3 months ago
- 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years, 4 months ago
- 3d1b465 Merge "Revert behavior of loading the AssociatedDevice" by TreeHugger Robot · 3 years, 4 months ago
- edeec3b Revert behavior of loading the AssociatedDevice by Prabir Pradhan · 3 years, 5 months ago
- 7b3ea0b Return events from EventHub by Siarhei Vishniakou · 3 years, 4 months ago
- 82b37d6 Add support for detecting Keyboard backlight using sysfs node by Vaibhav Devmurari · 3 years, 4 months ago
- c3c475e Merge "Add pipeline to get the sysfs path for an InputDevice's battery" by Prabir Pradhan · 3 years, 4 months ago
- e287ecd Add pipeline to get the sysfs path for an InputDevice's battery by Prabir Pradhan · 3 years, 4 months ago
- 4810866 inputflinger: Use #pragma once instead of explicit define guards by Prabir Pradhan · 3 years, 4 months ago
- 7e2afbb Merge "Avoid UI freezing when reading battery capacity/status" by TreeHugger Robot · 3 years, 4 months ago
- f9f1a02 Avoid UI freezing when reading battery capacity/status by Andy Chen · 3 years, 5 months ago
- dd82b8e Fetch country code information from Device sysfs path by Vaibhav Devmurari · 3 years, 5 months ago
- ae4ff28 Improve EventHub const-correctness by Prabir Pradhan · 3 years, 5 months ago
- cb42b47 Refactor AssociatedDevice initialization in EventHub by Prabir Pradhan · 3 years, 5 months ago
- 5189478 EventHub: Associate AsociatedDevice using sysfs path, not descriptor by Prabir Pradhan · 3 years, 5 months ago
- ff6c4cf Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 am: 9ea35a9163 am: 0c0639f181 am: 2194db7fc9 am: cb9d9f1881 by Treehugger Robot · 3 years, 5 months ago
- 9ea35a9 Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 by Treehugger Robot · 3 years, 5 months ago
- 938632f EventHub: Prevent duplicate descriptors by Josh Bartel · 3 years, 6 months ago
- 4f94c1a Avoid KeyedVector and String8 in PropertyMap by Siarhei Vishniakou · 3 years, 6 months ago
- 952e65b EventHub: Clean up reading from inotify by Prabir Pradhan · 3 years, 7 months ago
- 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 7 months ago
- 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 3 years, 10 months ago
- 2a2293c Update uniqueId association native methods by Christine Franks · 4 years ago
- 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
- 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 5 months ago
- efdd1bf Merge "Use sequence numbers to synchronize enabling Pointer Capture (1/2)" into sc-v2-dev am: 5b49546b4b by TreeHugger Robot · 4 years, 4 months ago
- 7578845 FTL: Extend enum utilities imported from IF by Dominik Laskowski · 5 years ago
- ac483a6 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 5 months ago
- 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 5 months ago
- cb40a00 Fix toggleCapsLock failed for multiple EventHub devices by Arthur Hung · 4 years, 6 months ago
- bc053f6 Merge "Check if /dev/input exists before accessing the path" into sc-dev-plus-aosp am: 037e8c43e1 by TreeHugger Robot · 4 years, 6 months ago
- 78eb975 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
- b27c8e6 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
- 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
- 98318de Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
- 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
- cadce9d Fix potential block in InputReader by Arthur Hung · 4 years, 8 months ago
- 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 9 months ago
- 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
- e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 4 years, 10 months ago
- d3fef46 Add InputDevice stats atom logging by Chris Ye · 4 years, 10 months ago
- a4c502a Prevent duplicate devices from getting registered by Siarhei Vishniakou · 5 years ago
- a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
- 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
- 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
- f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 5 years ago
- fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
- 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
- cec3f6a Send mapper events via context by Siarhei Vishniakou · 5 years ago
- f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
- 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
- 1c2e089 Get Input device information in locked context by Chris Ye · 5 years ago
- 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
- e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
- d6ca33c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066 by Treehugger Robot · 5 years ago
- f2712ff Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 by Treehugger Robot · 5 years ago
- 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
- 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
- 52dcab0 DO NOT MERGE Reorder include to remove merge conflict by Siarhei Vishniakou · 5 years ago
- 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
- 3b08d58 Merge "Check if input devices are opening" by TreeHugger Robot · 5 years ago
- f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
- c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
- d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
- 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
- 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
- cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
- 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
- 8594e19 Use std::filesystem for input event devices scan. by Chris Ye · 6 years ago
- 48e5bd8 Increase touch video buffer size am: a7c7360213 by Siarhei Vishniakou · 6 years ago
- a7c7360 Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
- 487938e Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
- 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
- 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
- 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
- c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
- ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
- 6a5a14e Rename sequenceNum to ID. by Garfield Tan · 6 years ago
- c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago