Home | History | Annotate | Download | only in input

Lines Matching refs:ledState

2199 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) {
2200 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
2201 ledState.on = false;
2213 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState,
2215 if (ledState.avail) {
2217 if (reset || ledState.on != desiredState) {
2219 ledState.on = desiredState;