Home | History | Annotate | Download | only in input

Lines Matching defs:SwitchInputMapper

411         device->addMapper(new SwitchInputMapper(device));
1804 // --- SwitchInputMapper ---
1806 SwitchInputMapper::SwitchInputMapper(InputDevice* device) :
1810 SwitchInputMapper::~SwitchInputMapper() {
1813 uint32_t SwitchInputMapper::getSources() {
1817 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1830 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
1839 void SwitchInputMapper::sync(nsecs_t when) {
1849 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {