Searched refs:LedState (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h1078 struct LedState { struct in class:android::KeyboardInputMapper
1082 LedState mCapsLockLedState;
1083 LedState mNumLockLedState;
1084 LedState mScrollLockLedState;
1104 void initializeLedState(LedState& ledState, int32_t led);
1106 void updateLedStateForModifier(LedState& ledState, int32_t led,
H A DInputReader.cpp2233 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) {
2247 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState,

Completed in 99 milliseconds