Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h724 int32_t getFallbackKey(int32_t originalKeyCode);
DInputDispatcher.cpp3443 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4122 int32_t InputDispatcher::InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey() function in android::InputDispatcher::InputState