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

/frameworks/native/services/inputflinger/
H A DInputReader.h1059 class SwitchInputMapper : public InputMapper { class in namespace:android
1061 SwitchInputMapper(InputDevice* device);
1062 virtual ~SwitchInputMapper();
H A DInputReader.cpp450 device->addMapper(new SwitchInputMapper(device));
1940 // --- SwitchInputMapper ---
1942 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : function in class:android::SwitchInputMapper
1946 SwitchInputMapper::~SwitchInputMapper() {
1949 uint32_t SwitchInputMapper::getSources() {
1953 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1966 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
1977 void SwitchInputMapper
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);
1509 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);
1520 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice);

Completed in 128 milliseconds