Lines Matching defs:mapper
126 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
310 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure()
324 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset()
359 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process()
368 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
372 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
379 [outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
400 InputMapper& mapper = *mapperPtr; in getState() local
419 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
429 for_each_mapper([pattern, patternSize, repeat, token](InputMapper& mapper) { in vibrate()
435 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate()
439 for_each_mapper([when](InputMapper& mapper) { mapper.cancelTouch(when); }); in cancelTouch()
444 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState()
449 for_each_mapper([keyCode](InputMapper& mapper) { mapper.updateMetaState(keyCode); }); in updateMetaState()
469 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()