Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:LedState

2233 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) {
2234 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
2235 ledState.on = false;
2247 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState,
2249 if (ledState.avail) {
2251 if (reset || ledState.on != desiredState) {
2253 ledState.on = desiredState;