Searched refs:updateLedStateForModifier (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 458 updateLedStateForModifier(mCapsLockLedState, ALED_CAPS_LOCK, AMETA_CAPS_LOCK_ON, reset); in updateLedState() 459 updateLedStateForModifier(mNumLockLedState, ALED_NUM_LOCK, AMETA_NUM_LOCK_ON, reset); in updateLedState() 460 updateLedStateForModifier(mScrollLockLedState, ALED_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, reset); in updateLedState() 463 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier() function in android::KeyboardInputMapper
|
H A D | KeyboardInputMapper.h | 113 void updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset);
|