Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h79 std::optional<int32_t> getFallbackKey(int32_t originalKeyCode);
DInputState.cpp584 std::optional<int32_t> InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey() function in android::inputdispatcher::InputState
DInputDispatcher.cpp6649 std::optional<int32_t> fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable()