Searched refs:ledState (Results 1 - 2 of 2) sorted by path

/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;
H A DInputReader.h1172 void initializeLedState(LedState& ledState, int32_t led);
1174 void updateLedStateForModifier(LedState& ledState, int32_t led,

Completed in 1264 milliseconds