Searched refs:SwitchInputMapper (Results 1 – 5 of 5) sorted by relevance
77 SwitchInputMapper::SwitchInputMapper() in SwitchInputMapper() function in android::SwitchInputMapper84 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport()103 void SwitchInputMapper::process(const InputEvent& event) { in process()118 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()130 void SwitchInputMapper::sync(nsecs_t when) { in sync()
29 class SwitchInputMapper : public InputMapper {31 SwitchInputMapper();32 virtual ~SwitchInputMapper() = default;
36 "SwitchInputMapper.cpp",
194 mMappers.push_back(std::make_unique<SwitchInputMapper>()); in createMappers()
39 mMapper = std::make_unique<SwitchInputMapper>(); in SetUp()43 std::unique_ptr<SwitchInputMapper> mMapper;