Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h69 int32_t getFallbackKey(int32_t originalKeyCode);
DInputState.cpp384 int32_t InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey() function in android::inputdispatcher::InputState
DInputDispatcher.cpp4823 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()