Searched refs:SwitchInputMapper (Results 1 – 3 of 3) sorted by relevance
855 class SwitchInputMapper : public InputMapper {857 SwitchInputMapper(InputDevice* device);858 virtual ~SwitchInputMapper();
402 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()1730 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : in SwitchInputMapper() function in android::SwitchInputMapper1734 SwitchInputMapper::~SwitchInputMapper() { in ~SwitchInputMapper()1737 uint32_t SwitchInputMapper::getSources() { in getSources()1741 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()1749 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) { in processSwitch()1754 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
1501 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1508 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()1519 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()