Lines Matching defs:SwitchInputMapper
458 device->addMapper(new SwitchInputMapper(device));
1948 // --- SwitchInputMapper ---
1950 SwitchInputMapper::SwitchInputMapper(InputDevice* device) :
1954 SwitchInputMapper::~SwitchInputMapper() {
1957 uint32_t SwitchInputMapper::getSources() {
1961 void SwitchInputMapper::process(const RawEvent* rawEvent) {
1974 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
1985 void SwitchInputMapper::sync(nsecs_t when) {
1995 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) {
1999 void SwitchInputMapper::dump(String8& dump) {