Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h741 int32_t getFallbackKey(int32_t originalKeyCode);
DInputDispatcher.cpp3678 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4392 int32_t InputDispatcher::InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey() function in android::InputDispatcher::InputState