Searched refs:SwitchInputMapper (Results 1 – 5 of 5) sorted by relevance
23 SwitchInputMapper::SwitchInputMapper(InputDevice* device) in SwitchInputMapper() function in android::SwitchInputMapper26 SwitchInputMapper::~SwitchInputMapper() {} in ~SwitchInputMapper()28 uint32_t SwitchInputMapper::getSources() { in getSources()32 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()45 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()56 void SwitchInputMapper::sync(nsecs_t when) { in sync()67 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()71 void SwitchInputMapper::dump(std::string& dump) { in dump()
24 class SwitchInputMapper : public InputMapper {26 explicit SwitchInputMapper(InputDevice* device);27 virtual ~SwitchInputMapper();
43 "mapper/SwitchInputMapper.cpp",
258 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()
1913 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1920 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1931 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()