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

/frameworks/base/services/input/
H A DInputReader.h1038 struct LedState { struct in class:android::KeyboardInputMapper
1042 LedState mCapsLockLedState;
1043 LedState mNumLockLedState;
1044 LedState mScrollLockLedState;
1063 void initializeLedState(LedState& ledState, int32_t led);
1065 void updateLedStateForModifier(LedState& ledState, int32_t led,
H A DInputReader.cpp2205 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) {
2219 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState,

Completed in 21 milliseconds