Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h62 struct LedState { struct
66 LedState mCapsLockLedState; argument
67 LedState mNumLockLedState;
68 LedState mScrollLockLedState;
92 void initializeLedState(LedState& ledState, int32_t led);
94 void updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset);
DKeyboardInputMapper.cpp390 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
401 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()