Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h734 void removeFallbackKey(int32_t originalKeyCode);
DInputDispatcher.cpp3561 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3596 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3633 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4301 void InputDispatcher::InputState::removeFallbackKey(int32_t originalKeyCode) { in removeFallbackKey() function in android::InputDispatcher::InputState