Searched defs:SwitchInputMapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp506 device->addMapper(new SwitchInputMapper(device));
1999 // --- SwitchInputMapper ---
2001 SwitchInputMapper::SwitchInputMapper(InputDevice* device) : function in class:android::SwitchInputMapper
2005 SwitchInputMapper::~SwitchInputMapper() {
2008 uint32_t SwitchInputMapper::getSources() {
2012 void SwitchInputMapper::process(const RawEvent* rawEvent) {
2025 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
2036 void SwitchInputMapper
[all...]
H A DInputReader.h1009 class SwitchInputMapper : public InputMapper { class in namespace:android
1011 explicit SwitchInputMapper(InputDevice* device);
1012 virtual ~SwitchInputMapper();

Completed in 64 milliseconds