Searched refs:updateLedStateForModifier (Results 1 – 2 of 2) sorted by relevance
918 void updateLedStateForModifier(LedState& ledState, int32_t led,
2504 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