Lines Matching refs:InputMapper
137 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
149 std::vector<std::unique_ptr<InputMapper>> mappers; in addEventHubDevice()
354 for_each_mapper([this, when, config, changes](InputMapper& mapper) { in configure()
368 for_each_mapper([when](InputMapper& mapper) { mapper.reset(when); }); in reset()
403 for_each_mapper_in_subdevice(rawEvent->deviceId, [rawEvent](InputMapper& mapper) { in process()
412 for_each_mapper([when](InputMapper& mapper) { mapper.timeoutExpired(when); }); in timeoutExpired()
416 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
424 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(&outDeviceInfo); }); in getDeviceInfo()
433 return getState(sourceMask, keyCode, &InputMapper::getKeyCodeState); in getKeyCodeState()
437 return getState(sourceMask, scanCode, &InputMapper::getScanCodeState); in getScanCodeState()
441 return getState(sourceMask, switchCode, &InputMapper::getSwitchState); in getSwitchState()
450 InputMapper& mapper = *mapperPtr; in getState()
469 for_each_mapper([&result, sourceMask, numCodes, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
478 for_each_mapper([sequence, repeat, token](InputMapper& mapper) { in vibrate()
484 for_each_mapper([token](InputMapper& mapper) { mapper.cancelVibrate(token); }); in cancelVibrate()
489 for_each_mapper([&vibrating](InputMapper& mapper) { vibrating |= mapper.isVibrating(); }); in isVibrating()
500 for_each_mapper([&vibrators](InputMapper& mapper) { in getVibratorIds()
513 [&success, sensorType, samplingPeriod, maxBatchReportLatency](InputMapper& mapper) { in enableSensor()
520 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor()
524 for_each_mapper([sensorType](InputMapper& mapper) { mapper.flushSensor(sensorType); }); in flushSensor()
528 for_each_mapper([when, readTime](InputMapper& mapper) { mapper.cancelTouch(when, readTime); }); in cancelTouch()
557 for_each_mapper([&result](InputMapper& mapper) { result |= mapper.getMetaState(); }); in getMetaState()
562 for_each_mapper([keyCode](InputMapper& mapper) { mapper.updateMetaState(keyCode); }); in updateMetaState()
582 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
597 for_each_mapper([reset](InputMapper& mapper) { mapper.updateLedState(reset); }); in updateLedState()