Home
last modified time | relevance | path

Searched refs:updateLedState (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.h45 virtual void updateLedState(bool reset);
H A DKeyboardInputMapper.cpp413 updateLedState(true); in resetLedState()
421 void KeyboardInputMapper::updateLedState(bool reset) { in updateLedState() function in android::KeyboardInputMapper
H A DInputMapper.h91 virtual void updateLedState(bool reset) {} in updateLedState() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp596 void InputDevice::updateLedState(bool reset) { in updateLedState() function in android::InputDevice
597 for_each_mapper([reset](InputMapper& mapper) { mapper.updateLedState(reset); }); in updateLedState()
H A DInputReader.cpp399 device->updateLedState(false); in updateLedMetaStateLocked()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h119 void updateLedState(bool reset);