Searched refs:SwitchInputMapper (Results 1 – 3 of 3) sorted by relevance
1009 class SwitchInputMapper : public InputMapper {1011 explicit SwitchInputMapper(InputDevice* device);1012 virtual ~SwitchInputMapper();
506 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()2001 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : in SwitchInputMapper() function in android::SwitchInputMapper2005 SwitchInputMapper::~SwitchInputMapper() { in ~SwitchInputMapper()2008 uint32_t SwitchInputMapper::getSources() { in getSources()2012 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()2025 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()2036 void SwitchInputMapper::sync(nsecs_t when) { in sync()2046 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()2050 void SwitchInputMapper::dump(String8& dump) { in dump()
1538 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1545 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1556 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()