Home | History | Annotate | Download | only in input

Lines Matching full:desiredstate

2224         bool desiredState = (mMetaState & modifier) != 0;
2225 if (reset || ledState.on != desiredState) {
2226 getEventHub()->setLedState(getDeviceId(), led, desiredState);
2227 ledState.on = desiredState;