Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h918 void updateLedStateForModifier(LedState& ledState, int32_t led,
DInputReader.cpp2504 updateLedStateForModifier(mCapsLockLedState, ALED_CAPS_LOCK, in updateLedState()
2506 updateLedStateForModifier(mNumLockLedState, ALED_NUM_LOCK, in updateLedState()
2508 updateLedStateForModifier(mScrollLockLedState, ALED_SCROLL_LOCK, in updateLedState()
2512 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, in updateLedStateForModifier() function in android::KeyboardInputMapper