Searched defs:addKeyRemapping (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyRemapper.java | 94 private void addKeyRemapping(int fromKey, int toKey) { in addKeyRemapping() method in KeyRemapper
|
D | NativeInputManagerService.java | 51 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/ |
D | InputReaderFuzzer.cpp | 154 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::FuzzInputReader
|
D | MapperHelpers.h | 196 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const override {} in addKeyRemapping() function
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 331 inline void addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 692 void InputDevice::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() function in android::InputDevice
|
D | InputReader.cpp | 635 void InputReader::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::InputReader
|
D | EventHub.cpp | 1183 void EventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::EventHub
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 320 void KeyCharacterMap::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() function in android::KeyCharacterMap
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 157 void FakeEventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping() function in android::FakeEventHub
|