- a0265c6 Merge "Split NotifyArgs into a separate file" by TreeHugger Robot · 3 years, 4 months ago
- 862ae21 Remove libui dependencies from input code by Siarhei Vishniakou · 3 years, 4 months ago
- 7851303 Split NotifyArgs into a separate file by Siarhei Vishniakou · 3 years, 4 months ago
- 007713d Add fuzzers to checkinput by Siarhei Vishniakou · 3 years, 4 months ago
- 55c0e4f Merge "Trampoline atrace definitions through libbinder to libcutils" am: e812abddc0 am: 039cd688c1 am: c60e32d52c am: 5f49ce9ca2 am: c6144abeb9 by Zimuzo Ezeozue · 3 years, 4 months ago
- 23457d0 Trampoline atrace definitions through libbinder to libcutils by Zim · 3 years, 5 months ago
- 400294a Add inputflinger_latencytracker_fuzzer to checkinput by Siarhei Vishniakou · 3 years, 5 months ago
- 063f82e Merge "Rename InputClassifier to InputProcessor" by TreeHugger Robot · 3 years, 5 months ago
- aed7ad0 Use sp<>::make instead of new by Siarhei Vishniakou · 3 years, 5 months ago
- 9899603 Rename InputClassifier to InputProcessor by Siarhei Vishniakou · 3 years, 5 months ago
- ce55531 Add checkinput build target by Siarhei Vishniakou · 3 years, 6 months ago
- f6db4c3 Block touches when stylus is down by Siarhei Vishniakou · 4 years ago
- a3c8e51 Block touches when stylus is down by Siarhei Vishniakou · 4 years ago
- df4b067 Merge "Use InputProcessor instead of InputClassifier" by Siarhei Vishniakou · 4 years ago
- 8e9a856 Enable Android clang-tidy checks for inputflinger by Michael Wright · 4 years ago
- 34d6fef Use InputProcessor instead of InputClassifier by Siarhei Vishniakou · 4 years ago
- ba0a875 Add ChromeOS palm rejection model by Siarhei Vishniakou · 4 years, 4 months ago
- bd25272 Remove compat logging of FLAG_SLIPPERY by Siarhei Vishniakou · 4 years ago
- f47c339e Use std::erase_if to simplify removal of items by Siarhei Vishniakou · 4 years, 1 month ago
- 8b89c2f Clean up after enabling per-window-input-rotation by Prabir Pradhan · 4 years, 6 months ago
- 15fab6f Add WindowInfosListener to Input by chaviw · 4 years, 7 months ago
- d2c9e8e Use sysprop APIs for InputFlinger: per_window_input_rotation by Prabir Pradhan · 4 years, 8 months ago
- 99b9d38 Use zetasketch for input statistics by Siarhei Vishniakou · 4 years, 10 months ago
- a04181f Report input metrics using LatencyAggregator by Siarhei Vishniakou · 4 years, 10 months ago
- 3306e49 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 4 years, 11 months ago
- a2a7773 Revert "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Bob Badour · 4 years, 11 months ago
- 2e67185 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
- 2508b87 Add logging for FLAG_SLIPPERY usage by Siarhei Vishniakou · 5 years ago
- 09c8d2d Created libattestation by chaviw · 5 years ago
- d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
- 3cab9b6 Remove eventTime from MotionEntry by Siarhei Vishniakou · 5 years ago
- cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
- fd9c1ed Added libui dependencies for input by chaviw · 6 years ago
- b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 6 years ago
- c9ac19e Disable deep press when long press timeout is long by Siarhei Vishniakou · 6 years ago
- ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
- 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
- 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 6 years ago
- 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
- de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 6 years ago
- da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago
- e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
- 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 6 years ago
- 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 6 years ago
- a47a4d4 Use bitset api in InputClassifier by Siarhei Vishniakou · 7 years ago
- 61291d4 Add thread safety annotations to inputflinger by Siarhei Vishniakou · 7 years ago
- 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
- 9ffab0c Metrics for touch latency by Siarhei Vishniakou · 7 years ago
- f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 7 years ago
- 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
- 26022a4 C++17 is the default now. by Elliott Hughes · 7 years ago
- 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
- 1cc7867 InputFlinger: Receive setInputWindows over IPC by Robert Carr · 7 years ago
- cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 7 years ago
- 069c68b Merge "Allow implicit-fallthrough warnings locally." am: 517a57bde3 am: 6e9b7dccba by Chih-hung Hsieh · 7 years ago
- 0798ad4 Allow implicit-fallthrough warnings locally. by Chih-Hung Hsieh · 7 years ago
- 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 7 years ago
- a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
- f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
- 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 8 years ago
- 45a1b9c Convert inputflinger to Android.bp by Colin Cross · 9 years ago