Home
last modified time | relevance | path

Searched refs:newKeyCode (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2364 int32_t newKeyCode = AKEYCODE_UNKNOWN; in notifyKey() local
2366 newKeyCode = AKEYCODE_BACK; in notifyKey()
2368 newKeyCode = AKEYCODE_HOME; in notifyKey()
2370 if (newKeyCode != AKEYCODE_UNKNOWN) { in notifyKey()
2373 mReplacedKeys.add(replacement, newKeyCode); in notifyKey()
2374 keyCode = newKeyCode; in notifyKey()
3218 int32_t newKeyCode = mReplacedKeys.valueAt(i); in dumpDispatchStateLocked() local
3220 i, replacement.keyCode, replacement.deviceId, newKeyCode); in dumpDispatchStateLocked()