HomeSort by relevance Sort by last modified time
    Searched defs:SwitchInputMapper (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.h 29 class SwitchInputMapper : public InputMapper {
31 SwitchInputMapper();
32 virtual ~SwitchInputMapper() = default;
SwitchInputMapper.cpp 17 #define LOG_TAG "SwitchInputMapper"
20 #include "SwitchInputMapper.h"
54 SwitchInputMapper::SwitchInputMapper()
59 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode,
69 ALOGE("SwitchInputMapper found no switches for %s!", devNode->getPath().c_str());
78 void SwitchInputMapper::process(const InputEvent& event) {
93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
105 void SwitchInputMapper::sync(nsecs_t when) {
  /frameworks/native/services/inputflinger/
InputReader.cpp 458 device->addMapper(new SwitchInputMapper(device));
    [all...]
InputReader.h     [all...]

Completed in 630 milliseconds