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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2379 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { argument
2380 ledState.avail = getEventHub()->hasLed(getDeviceId(), led);
2381 ledState.on = false;
2393 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, argument
2395 if (ledState.avail) {
2397 if (reset || ledState.on != desiredState) {
2399 ledState.on = desiredState;

Completed in 21 milliseconds