Home
last modified time | relevance | path

Searched defs:fromKeyCode (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/input/
DKeyRemapperTests.kt125 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant
136 val fromKeyCode = REMAPPABLE_KEYS[i] in createKeyboard() constant
/frameworks/native/libs/input/
DKeyCharacterMap.cpp323 void KeyCharacterMap::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping()
382 std::pair<int32_t, int32_t> KeyCharacterMap::applyKeyBehavior(int32_t fromKeyCode, in applyKeyBehavior()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp153 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()
DInputReader_test.cpp255 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp156 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
DMapperHelpers.h178 void addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const override {} in addKeyRemapping()
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java51 void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping()
282 public native void addKeyRemapping(int deviceId, int fromKeyCode, int toKeyCode); in addKeyRemapping()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h298 inline void addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp647 void InputDevice::addKeyRemapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyRemapping()
DInputReader.cpp648 void InputReader::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
DEventHub.cpp1091 void EventHub::addKeyRemapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) const { in addKeyRemapping()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1748 jint fromKeyCode, jint toKeyCode) { in nativeAddKeyRemapping()