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

/frameworks/base/services/input/
H A DInputReader.h1063 void initializeLedState(LedState& ledState, int32_t led);
H A DInputReader.cpp2198 initializeLedState(mCapsLockLedState, LED_CAPSL);
2199 initializeLedState(mNumLockLedState, LED_NUML);
2200 initializeLedState(mScrollLockLedState, LED_SCROLLL);
2205 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { function in class:android::KeyboardInputMapper

Completed in 102 milliseconds