Home
last modified time | relevance | path

Searched refs:SwitchInputMapper (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp54 SwitchInputMapper::SwitchInputMapper() in SwitchInputMapper() function in android::SwitchInputMapper
59 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport()
78 void SwitchInputMapper::process(const InputEvent& event) { in process()
93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
105 void SwitchInputMapper::sync(nsecs_t when) { in sync()
DSwitchInputMapper.h29 class SwitchInputMapper : public InputMapper {
31 SwitchInputMapper();
32 virtual ~SwitchInputMapper() = default;
DAndroid.mk28 SwitchInputMapper.cpp
DInputDevice.cpp210 mMappers.push_back(std::make_unique<SwitchInputMapper>()); in createMappers()
/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp39 mMapper = std::make_unique<SwitchInputMapper>(); in SetUp()
43 std::unique_ptr<SwitchInputMapper> mMapper;