Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h65 struct LedState { struct
69 LedState mCapsLockLedState; argument
70 LedState mNumLockLedState;
71 LedState mScrollLockLedState;
96 void initializeLedState(LedState& ledState, int32_t led);
97 void updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset);
DKeyboardInputMapper.cpp416 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
447 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()