Searched defs:fromKeyCode (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyRemapperTests.kt | 128 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant 139 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 320 void KeyCharacterMap::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping() 379 std::pair<int32_t, int32_t> KeyCharacterMap::applyKeyBehavior(int32_t fromKeyCode, in applyKeyBehavior()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 154 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
D | MapperHelpers.h | 196 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const override {} in addKeyRemapping()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 153 void FakeEventHub::addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping() 157 void FakeEventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
D | InputReader_test.cpp | 275 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 51 void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping() 309 public native void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 331 inline void addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 692 void InputDevice::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping()
|
D | InputReader.cpp | 635 void InputReader::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
D | EventHub.cpp | 1183 void EventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1813 jint fromKeyCode, jint toKeyCode) { in nativeAddKeyRemapping()
|