Searched defs:ledState (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2551 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { argument
2552 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
2553 ledState.on = false;
2565 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, argument
2567 if (ledState.avail) {
2569 if (reset || ledState.on != desiredState) {
2571 ledState.on = desiredState;

Completed in 43 milliseconds