Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.h45 virtual void updateLedState(bool reset);
DInputMapper.h91 virtual void updateLedState(bool reset) {} in updateLedState() function
DKeyboardInputMapper.cpp413 updateLedState(true); in resetLedState()
421 void KeyboardInputMapper::updateLedState(bool reset) { in updateLedState() function in android::KeyboardInputMapper
/frameworks/native/services/inputflinger/reader/
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()
DInputReader.cpp393 device->updateLedState(false); in updateLedMetaStateLocked()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h119 void updateLedState(bool reset);