Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1059 class SwitchInputMapper : public InputMapper {
1061 SwitchInputMapper(InputDevice* device);
1062 virtual ~SwitchInputMapper();
DInputReader.cpp458 device->addMapper(new SwitchInputMapper(device)); in createDeviceLocked()
1950 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : in SwitchInputMapper() function in android::SwitchInputMapper
1954 SwitchInputMapper::~SwitchInputMapper() { in ~SwitchInputMapper()
1957 uint32_t SwitchInputMapper::getSources() { in getSources()
1961 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()
1974 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) { in processSwitch()
1985 void SwitchInputMapper::sync(nsecs_t when) { in sync()
1995 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
1999 void SwitchInputMapper::dump(String8& dump) { in dump()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()
1509 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()
1520 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F()