Home
last modified time | relevance | path

Searched defs:originalKeyCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp4250 int32_t originalKeyCode = keyEntry->keyCode; in afterKeyEventLockedInterruptible() local
4957 int32_t InputDispatcher::InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey()
4962 void InputDispatcher::InputState::setFallbackKey(int32_t originalKeyCode, in setFallbackKey()
4972 void InputDispatcher::InputState::removeFallbackKey(int32_t originalKeyCode) { in removeFallbackKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1958 int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) { in testDPadKeyRotation()