Lines Matching defs:mapper
139 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
360 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure()
374 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset()
410 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process()
419 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
423 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
431 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo()
457 InputMapper& mapper = *mapperPtr; in getState() local
476 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
486 [locationKeyCode](const InputMapper& mapper) -> std::optional<int32_t> const { in getKeyCodeForKeyLocation()
502 for_each_mapper([sequence, repeat, token](InputMapper& mapper) { in vibrate()
508 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate()
513 for_each_mapper([&vibrating](InputMapper& mapper) { vibrating |= mapper.isVibrating(); }); in isVibrating()
524 for_each_mapper([&vibrators](InputMapper& mapper) { in getVibratorIds()
537 [&success, sensorType, samplingPeriod, maxBatchReportLatency](InputMapper& mapper) { in enableSensor()
544 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor()
548 for_each_mapper([sensorType](InputMapper& mapper) { mapper.flushSensor(sensorType); }); in flushSensor()
552 for_each_mapper([when, readTime](InputMapper& mapper) { mapper.cancelTouch(when, readTime); }); in cancelTouch()
581 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState()
586 first_in_mappers<bool>([keyCode](InputMapper& mapper) { in updateMetaState()
612 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
627 for_each_mapper([reset](InputMapper& mapper) { mapper.updateLedState(reset); }); in updateLedState()