Home
last modified time | relevance | path

Searched defs:fallbackKeyCode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/input/
DKeyCharacterMap.h164 int32_t fallbackKeyCode = 0; member
/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp592 void InputState::setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode) { in setFallbackKey()
DInputDispatcher.cpp6649 std::optional<int32_t> fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable() local
/frameworks/native/libs/input/
DKeyCharacterMap.cpp644 int32_t fallbackKeyCode = parcel->readInt32(); in readFromParcel() local