Home
last modified time | relevance | path

Searched refs:SwitchInputMapper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/input/
DInputReader.h855 class SwitchInputMapper : public InputMapper {
857 SwitchInputMapper(InputDevice* device);
858 virtual ~SwitchInputMapper();
DInputReader.cpp402 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()
1730 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : in SwitchInputMapper() function in android::SwitchInputMapper
1734 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()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1501 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()