Searched refs:SwitchInputMapper (Results 1 – 3 of 3) sorted by relevance
799 class SwitchInputMapper : public InputMapper {801 explicit SwitchInputMapper(InputDevice* device);802 virtual ~SwitchInputMapper();
464 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()2018 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : in SwitchInputMapper() function in android::SwitchInputMapper2022 SwitchInputMapper::~SwitchInputMapper() { in ~SwitchInputMapper()2025 uint32_t SwitchInputMapper::getSources() { in getSources()2029 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()2042 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()2053 void SwitchInputMapper::sync(nsecs_t when) { in sync()2064 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()2068 void SwitchInputMapper::dump(std::string& dump) { in dump()
1901 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1908 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1919 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()