Home | History | Annotate | Download | only in input

Lines Matching full:desiredstate

1994         bool desiredState = (mMetaState & modifier) != 0;
1995 if (reset || ledState.on != desiredState) {
1996 getEventHub()->setLedState(getDeviceId(), led, desiredState);
1997 ledState.on = desiredState;