Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h747 void removeFallbackKey(int32_t originalKeyCode);
DInputDispatcher.cpp3680 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3715 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3752 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4407 void InputDispatcher::InputState::removeFallbackKey(int32_t originalKeyCode) { in removeFallbackKey() function in android::InputDispatcher::InputState