index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
inputflinger
/
reader
/
mapper
/
InputMapper.h
Age
Commit message (
Expand
)
Author
2025-01-24
Mark some functions in InputReader code as const
Siarhei Vishniakou
2024-10-07
Allow toggle caps lock even if device doesn't a have caps lock key
Vaibhav Devmurari
2024-08-16
Create Native getTouchpadHardwareProperties()
Omar Abdelmonem
2024-07-25
Reland "InputDevice: return std::optional from getAbsoluteAxisInfo"
Prabir Pradhan
2024-07-23
Revert "InputDevice: return std::optional from getAbsoluteAxisInfo"
Prabir Pradhan
2024-06-28
InputDevice: return std::optional from getAbsoluteAxisInfo
Harry Cutts
2024-06-04
InputMapper: pass RawEvent references instead of pointers
Harry Cutts
2024-05-09
Use a strongly typed LogicalDisplayId for displayId(2/n)
Linnan Li
2023-05-05
InputMapper refactor: TouchInputMapper
Arpit Singh
2023-04-19
Use ftl::Flags for InputReaderConfiguration::Change
Prabir Pradhan
2023-04-13
InputMapper refactor: CursorInputMapper
Arpit Singh
2023-04-13
InputMapper refactor: Modify InputMapper constructor for configuration
Arpit Singh
2023-04-13
InputMapper refactor: Change readerconfig pointer to const ref
Arpit Singh
2023-04-05
InputMapper refactor: Rename configure to reconfigure
Arpit Singh
2023-03-17
InputMapper: use a reference for InputDeviceInfo parameter
Harry Cutts
2022-10-05
Return events from mappers and InputDevice
Siarhei Vishniakou
2022-09-09
inputflinger: Use #pragma once instead of explicit define guards
Prabir Pradhan
2022-06-16
Use std::vector when sending keyCodes
Siarhei Vishniakou
2022-01-21
Add API to get KeyCode produced by physical key location.
Philip Junker
2022-01-04
Set touch and tool resolution in TouchInputMapper
Siarhei Vishniakou
2021-09-29
Remove RefBase from InputListener interface
Siarhei Vishniakou
2021-08-20
Fix toggleCapsLock failed for multiple EventHub devices
Arthur Hung
2021-02-24
Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev
Siarhei Vishniakou
2021-02-23
Pass RawEvent latency from InputReader to InputListener
Siarhei Vishniakou
2021-02-22
Support Inputdevice LightsManager feature in frameworks.
Chris Ye
2021-02-10
Revert "Send mapper events via context"
Siarhei Vishniakou
2021-02-02
Added the ability to read external batteries
Kim Low
2021-01-06
Send mapper events via context
Siarhei Vishniakou
2020-12-16
Add SensorManager support in inputflinger.
Chris Ye
2020-12-07
Support combined vibration effects with input device.
Chris Ye
2020-08-27
Maintain CapsLock, NumLock and ScrollLock of keyboard
arthurhung
2020-07-21
InputFlinger: Support amplitude control for InputDeviceVibrator
Nathaniel R. Lewis
2020-02-19
Let InputReaderContext hold a single PointerController
Prabir Pradhan
2020-02-12
Refactor use of services in InputMappers.
Nathaniel R. Lewis
2019-09-19
Create inputmappers and accumulators directories
Prabir Pradhan