Home
last modified time | relevance | path

Searched defs:addKeyRemapping (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DKeyRemapper.java94 private void addKeyRemapping(int fromKey, int toKey) { in addKeyRemapping() method in KeyRemapper
DNativeInputManagerService.java51 void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() method
309 public native void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() method in NativeInputManagerService.NativeImpl
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp154 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::FuzzInputReader
DMapperHelpers.h196 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const override {} in addKeyRemapping() function
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h331 inline void addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp692 void InputDevice::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() function in android::InputDevice
DInputReader.cpp635 void InputReader::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::InputReader
DEventHub.cpp1183 void EventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::EventHub
/frameworks/native/libs/input/
DKeyCharacterMap.cpp320 void KeyCharacterMap::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() function in android::KeyCharacterMap
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp157 void FakeEventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::FakeEventHub