Home
last modified time | relevance | path

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

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