Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp409 initializeLedState(mCapsLockLedState, ALED_CAPS_LOCK); in resetLedState()
410 initializeLedState(mNumLockLedState, ALED_NUM_LOCK); in resetLedState()
411 initializeLedState(mScrollLockLedState, ALED_SCROLL_LOCK); in resetLedState()
416 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState() function in android::KeyboardInputMapper
H A DKeyboardInputMapper.h96 void initializeLedState(LedState& ledState, int32_t led);