Lines Matching refs:mapper
137 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump() argument
354 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure() argument
355 mapper.configure(when, config, changes); in configure()
356 mSources |= mapper.getSources(); in configure()
368 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset() argument
403 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process() argument
404 mapper.process(rawEvent); in process()
412 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired() argument
416 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState() argument
424 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo() argument
450 InputMapper& mapper = *mapperPtr; in getState() local
451 if (sourcesMatchMask(mapper.getSources(), sourceMask)) { in getState()
454 int32_t currentResult = (mapper.*getStateFunc)(sourceMask, code); in getState()
469 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes() argument
470 if (sourcesMatchMask(mapper.getSources(), sourceMask)) { in markSupportedKeyCodes()
471 result |= mapper.markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags); in markSupportedKeyCodes()
478 for_each_mapper([sequence, repeat, token](InputMapper& mapper) { in vibrate() argument
479 mapper.vibrate(sequence, repeat, token); in vibrate()
484 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate() argument
489 for_each_mapper([&vibrating](InputMapper& mapper) { vibrating |= mapper.isVibrating(); }); in isVibrating() argument
500 for_each_mapper([&vibrators](InputMapper& mapper) { in getVibratorIds() argument
501 std::vector<int32_t> devVibs = mapper.getVibratorIds(); in getVibratorIds()
513 [&success, sensorType, samplingPeriod, maxBatchReportLatency](InputMapper& mapper) { in enableSensor() argument
514 success &= mapper.enableSensor(sensorType, samplingPeriod, maxBatchReportLatency); in enableSensor()
520 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor() argument
524 for_each_mapper([sensorType](InputMapper& mapper) { mapper.flushSensor(sensorType); }); in flushSensor() argument
528 for_each_mapper([when, readTime](InputMapper& mapper) { mapper.cancelTouch(when, readTime); }); in cancelTouch() argument
557 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState() argument
562 for_each_mapper([keyCode](InputMapper& mapper) { mapper.updateMetaState(keyCode); }); in updateMetaState() argument
582 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId() argument
597 for_each_mapper([reset](InputMapper& mapper) { mapper.updateLedState(reset); }); in updateLedState() argument