Lines Matching defs:mapper
143 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
318 for_each_mapper([this, when, &readerConfig, changes, &out](InputMapper& mapper) { in configure()
336 for_each_mapper([&](InputMapper& mapper) { out += mapper.reset(when); }); in reset()
373 for_each_mapper_in_subdevice(rawEvent->deviceId, [&](InputMapper& mapper) { in process()
384 for_each_mapper([&](InputMapper& mapper) { out += mapper.timeoutExpired(when); }); in timeoutExpired()
390 for_each_mapper([&](InputMapper& mapper) { out += mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
400 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
426 InputMapper& mapper = *mapperPtr; in getState() local
531 for_each_mapper([&result, sourceMask, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
541 [locationKeyCode](const InputMapper& mapper) -> std::optional<int32_t> const { in getKeyCodeForKeyLocation()
559 for_each_mapper([&](InputMapper& mapper) { out += mapper.vibrate(sequence, repeat, token); }); in vibrate()
565 for_each_mapper([&](InputMapper& mapper) { out += mapper.cancelVibrate(token); }); in cancelVibrate()
571 for_each_mapper([&vibrating](InputMapper& mapper) { vibrating |= mapper.isVibrating(); }); in isVibrating()
582 for_each_mapper([&vibrators](InputMapper& mapper) { in getVibratorIds()
595 [&success, sensorType, samplingPeriod, maxBatchReportLatency](InputMapper& mapper) { in enableSensor()
602 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor()
606 for_each_mapper([sensorType](InputMapper& mapper) { mapper.flushSensor(sensorType); }); in flushSensor()
611 for_each_mapper([&](InputMapper& mapper) { out += mapper.cancelTouch(when, readTime); }); in cancelTouch()
633 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState()
638 first_in_mappers<bool>([keyCode](InputMapper& mapper) { in updateMetaState()
669 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
684 for_each_mapper([reset](InputMapper& mapper) { mapper.updateLedState(reset); }); in updateLedState()