Lines Matching refs:KeyboardInputMapper
92 KeyboardInputMapper::KeyboardInputMapper(InputDeviceContext& deviceContext, uint32_t source, in KeyboardInputMapper() function in android::KeyboardInputMapper
96 KeyboardInputMapper::~KeyboardInputMapper() {} in ~KeyboardInputMapper()
98 uint32_t KeyboardInputMapper::getSources() { in getSources()
102 int32_t KeyboardInputMapper::getOrientation() { in getOrientation()
109 int32_t KeyboardInputMapper::getDisplayId() { in getDisplayId()
116 void KeyboardInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
123 void KeyboardInputMapper::dump(std::string& dump) { in dump()
133 std::optional<DisplayViewport> KeyboardInputMapper::findViewport( in findViewport()
147 void KeyboardInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
173 void KeyboardInputMapper::configureParameters() { in configureParameters()
192 void KeyboardInputMapper::dumpParameters(std::string& dump) { in dumpParameters()
198 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
209 void KeyboardInputMapper::process(const RawEvent* rawEvent) { in process()
236 bool KeyboardInputMapper::isKeyboardOrGamepadKey(int32_t scanCode) { in isKeyboardOrGamepadKey()
242 bool KeyboardInputMapper::isMediaKey(int32_t keyCode) { in isMediaKey()
271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey()
360 ssize_t KeyboardInputMapper::findKeyDown(int32_t scanCode) { in findKeyDown()
370 int32_t KeyboardInputMapper::getKeyCodeState(uint32_t sourceMask, int32_t keyCode) { in getKeyCodeState()
374 int32_t KeyboardInputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
378 bool KeyboardInputMapper::markSupportedKeyCodes(uint32_t sourceMask, size_t numCodes, in markSupportedKeyCodes()
383 int32_t KeyboardInputMapper::getMetaState() { in getMetaState()
387 void KeyboardInputMapper::updateMetaState(int32_t keyCode) { in updateMetaState()
391 bool KeyboardInputMapper::updateMetaStateIfNeeded(int32_t keyCode, bool down) { in updateMetaStateIfNeeded()
408 void KeyboardInputMapper::resetLedState() { in resetLedState()
416 void KeyboardInputMapper::initializeLedState(LedState& ledState, int32_t led) { in initializeLedState()
421 void KeyboardInputMapper::updateLedState(bool reset) { in updateLedState()
447 void KeyboardInputMapper::updateLedStateForModifier(LedState& ledState, int32_t led, in updateLedStateForModifier()
458 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId()