Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
b112387c984b87efe4053ddca74d7fc60bc82e76
/
services
/
inputflinger
/
reader
/
EventHub.cpp
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
38f5ed3
Merge "Remove the trailing new line from output of sysfs capacity_level file." into sc-dev
by TreeHugger Robot
· 4 years, 11 months ago
d193677
Remove the trailing new line from output of sysfs capacity_level file.
by Chris Ye
· 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
03ea035
Added the ability to read external batteries
by Kim Low
· 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
4d9f977
Return owned object from PropertyMap
by Siarhei Vishniakou
· 5 years ago
3a1e446
Move KeyCharacterMap from RefBase to shared_ptr.
by Chris Ye
· 5 years ago
f49608d
Check if input devices are opening
by Siarhei Vishniakou
· 5 years ago
d549b25
Prevent use of invalidated iterator
by Siarhei Vishniakou
· 5 years ago
6393a26
Refactor input device rumble support.
by Chris Ye
· 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
c6a2f3a
Merge "Convert InputDeviceConfigurationFileType to enum class."
by Chris Ye
· 6 years ago
b4d960d
Enable -Wshadow for input code
by Siarhei Vishniakou
· 6 years ago
1d927aa
Convert InputDeviceConfigurationFileType to enum class.
by Chris Ye
· 6 years ago
a0d2b80
Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps
by Siarhei Vishniakou
· 6 years ago
4b5a87f
Remove wakelocks from InputReader
by Siarhei Vishniakou
· 6 years ago
7a522bf
Ensure input has CAP_BLOCK_SUSPEND
by Siarhei Vishniakou
· 6 years ago
2d0e948
Hold wakelock while handling device add/remove
by Siarhei Vishniakou
· 6 years ago
da7c00c
Create inputreader directory
by Prabir Pradhan
· 6 years ago
[Renamed (83%) from services/inputflinger/EventHub.cpp]
4180aa4
Remove mUserEpollWakeup from EventHub
by Atif Niyaz
· 7 years ago
29f8849
Improve docs for ro.input.video_enabled
by Siarhei Vishniakou
· 7 years ago
7c3ae9c
Use std::vector over Vector for InputFlinger (1/3)
by Arthur Hung
· 7 years ago
b45635c
Replace non-alphanumerics with _ in VirtualKeyMap
by Siarhei Vishniakou
· 7 years ago
3e78dec
Refactor VirtualKeyMap
by Siarhei Vishniakou
· 7 years ago
cae4b3a
Remove EventHub header from include dir
by Prabir Pradhan
· 7 years ago
39b8168
Add a system property test before scanning touch video devices.
by Philip Quinn
· 7 years ago
add8929
Consume video frames
by Siarhei Vishniakou
· 7 years ago
1259868
Add video device to epoll in EventHub
by Siarhei Vishniakou
· 7 years ago
ec7854a
Associate touch video devices with input devices
by Siarhei Vishniakou
· 7 years ago
22c8846
Add TouchVideoDevice
by Siarhei Vishniakou
· 7 years ago
592bac2
Refactor timestamp for input events
by Siarhei Vishniakou
· 7 years ago
951f362
Add a watch for touch video devices to EventHub
by Siarhei Vishniakou
· 7 years ago
2592031
Separate function to add fd to epoll
by Siarhei Vishniakou
· 7 years ago
5302ea9
Merge "use epoll_create1" am: 3bd9bfa9fa am: 225ae4d0a5 am: 2269e3fc6f
by Nick Kralevich
· 7 years ago
fcf1b2b
use epoll_create1
by Nick Kralevich
· 7 years ago
dd81bef
Merge "Look up devices by fd"
by TreeHugger Robot
· 7 years ago
8878681
Remove unused android-specific defines
by Siarhei Vishniakou
· 7 years ago
4bc561c
Look up devices by fd
by Siarhei Vishniakou
· 7 years ago
ec8f725
Prefer std::string over String8
by Siarhei Vishniakou
· 8 years ago
9b14ac6
[inputflinger] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 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
e54cb85
Adding feature: input device disable/enable
by Siarhei Vishniakou
· 9 years ago
ce244b8
Merge "Fix misc-macro-parentheses warnings in test macros." am: 23d433c576
by Chih-hung Hsieh
· 10 years ago
4a186d4
Fix misc-macro-parentheses warnings in test macros.
by Chih-Hung Hsieh
· 10 years ago
1941ff5
inputflinger: Initial support for rotary encoders.
by Prashant Malani
· 10 years ago
d983fd1
Revert "inputflinger: Initial support for rotary encoders."
by Prashant Malani
· 10 years ago
68fca5a
Merge "inputflinger: Initial support for rotary encoders." into cw-e-dev
by Prashant Malani
· 10 years ago
0faaa0b
Inputflinger: hook up key event replacement processing
by Dmitry Torokhov
· 10 years ago
ac72bbf
inputflinger: Initial support for rotary encoders.
by Prashant Malani
· 10 years ago
842500e
Fuse stylus and touch screen data.
by Michael Wright
· 11 years ago
063ff53
Pass through availability of audio mic for input devices.
by Tim Kilbourn
· 11 years ago
3447df1
Use EPOLLWAKEUP properly.
by Tim Kilbourn
· 11 years ago
5ea47f7
We have POSIX clocks, and we don't need to ask for the openssl headers.
by Elliott Hughes
· 11 years ago
6183eb7
Remove comparisons that can't be true
by Bernhard Rosenkränzer
· 11 years ago
677d87e
Use openssl's SHA1 instead of bionic's.
by Dan Albert
· 12 years ago
5aa26b2
inputflinger: 64-bit compile issues
by Mark Salyzyn
· 12 years ago
0516ed8
Misc. buttons aren't gamepad keys.
by Michael Wright
· 12 years ago
37764c7
Cherry pick parts of f5df700e6ce.
by Narayan Kamath
· 12 years ago
42f2c6a
Controllers must have buttons and a movement mechanism.
by Michael Wright
· 12 years ago
d02c5b6
Move inputservice over to frameworks/native
by Michael Wright
· 12 years ago
1b1fe31
Revert "Move inputservice over to frameworks/native"
by Michael Wright
· 12 years ago
2dceb67
Move inputservice over to frameworks/native
by Michael Wright
· 12 years ago