- 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
- f47c339e Use std::erase_if to simplify removal of items by Siarhei Vishniakou · 4 years, 1 month ago
- 7eaec5d Merge "Convert #define in Macros.h to bools" by TreeHugger Robot · 4 years, 1 month ago
- 465e1c0 Convert #define in Macros.h to bools by Siarhei Vishniakou · 4 years, 1 month ago
- d00847d Remove warning when associated display is ADISPLAY_ID_NONE. by Weilun Du · 4 years, 1 month ago
- 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 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, 5 months ago
- 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 7 months ago
- cadce9d Fix potential block in InputReader by Arthur Hung · 4 years, 8 months 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
- e14523a Check input device's all sub devices for isEnabled() by Chris Ye · 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
- 7e18618 SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener by Prabir Pradhan · 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
- c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 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
- ca5bede Move PointerController enums to enum classes. by Michael Wright · 6 years ago
- 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 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
- a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
- 0cab12d Change InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
- 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
- f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
- 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
- 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
- 6f920ca Merge "Revert "Reland "Let InputReader handle its own thread""" by TreeHugger Robot · 6 years ago
- 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
- e00dd19 Merge "Reland "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
- f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
- 10793a6 Refactor InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
- 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
- ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
- baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
- da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago[Renamed (74%) from services/inputflinger/InputReader.cpp]
- 9da1473 Fix touch can't work after enabled the associated viewport by Arthur Hung · 6 years ago
- 2c9a334 Add associated function to physical keyboard by Arthur Hung · 6 years ago
- 4f17282 Merge changes Iee0f9a21,I22a39cd5 by TreeHugger Robot · 6 years ago
- 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 6 years ago
- 8384682 Seperate LatencyStatistics from InputReader by Atif Niyaz · 6 years ago
- 3bc7e09 Do not use RefBase in EventHub by Siarhei Vishniakou · 6 years ago
- c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 6 years ago
- 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 6 years ago
- a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
- c5ae0dc Improve input devices changed logs by Siarhei Vishniakou · 7 years ago
- 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
- 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
- 05247bb Report mStatistics.count in InputReader by Siarhei Vishniakou · 7 years ago
- 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
- 8154bbd Rotate TouchVideoFrames by Siarhei Vishniakou · 7 years ago
- b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
- c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
- 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
- 9ffab0c Metrics for touch latency by Siarhei Vishniakou · 7 years ago
- ae478d3 Add MotionClassification to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
- c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
- add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
- e0ad36f Merge "DisplayViewport should only have actual viewports (1/2)" by TreeHugger Robot · 7 years ago
- 7b7c8f6 Add vector of TouchVideoFrame to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
- 41a712e DisplayViewport should only have actual viewports (1/2) by Arthur Hung · 7 years ago
- aca2840 Revert "Support mouse pointer on external displays (1/3)" by Dan Harms · 7 years ago
- 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 7 years ago
- 620f6d9 Support mouse pointer on external displays (1/3) by Andrii Kulian · 7 years ago
- 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 7 years ago
- 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
- 26e34d9 Add getRawWidth() and getRawHeight() by Siarhei Vishniakou · 7 years ago
- cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 7 years ago
- 29aa083 Merge "Fix implicit-fallthrough warnings." am: c1ddd1b231 am: 463aedbc1e by Chih-hung Hsieh · 7 years ago
- c688c0f Merge "Fix implicit-fallthrough warnings." am: c1ddd1b231 am: 463aedbc1e by Chih-hung Hsieh · 7 years ago
- 8d1b40a Fix implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
- 05a8fe2 Add DisplayViewport native tests by Siarhei Vishniakou · 7 years ago
- 2d0867f Changed getViewport strategy by Siarhei Vishniakou · 7 years ago
- d634392 Add type to DisplayViewport by Siarhei Vishniakou · 8 years ago
- ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
- 743b38c Fix a typo when checking a touch is within the physical frame. am: c597d61a61 by Michael Wright · 7 years ago
- 7e83a2b Fix a typo when checking a touch is within the physical frame. am: c597d61a61 by Michael Wright · 7 years ago
- c597d61 Fix a typo when checking a touch is within the physical frame. by Michael Wright · 7 years ago
- 3b80b4f Merge "Make sure that touches are within the physical frame." into pi-dev am: 22f1e9cfb7 by Michael Wright · 7 years ago
- 19bf4de Merge "Make sure that touches are within the physical frame." into pi-dev by Michael Wright · 7 years ago
- 358bcc7 Make sure that touches are within the physical frame. by Michael Wright · 7 years ago
- ce0823c Fix questionable condition by Siarhei Vishniakou · 7 years ago
- d00e787 Fix questionable condition by Siarhei Vishniakou · 7 years ago
- 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
- a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
- 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 8 years ago
- 16f9069 Process EV_MSC MSC_TIMESTAMP in InputMapper by Siarhei Vishniakou · 8 years ago
- aa449c9 Scale the pressure range's max value. by Michael Wright · 8 years ago
- f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
- 96f1299 Fix sanitizer in InputFlinger Reader/Dispatcher. by Ivan Lozano · 8 years ago
- 635cb71 Fix broken input tests by Siarhei Vishniakou · 8 years ago