Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.h86 bool isKeyboardOrGamepadKey(int32_t scanCode);
H A DKeyboardInputMapper.cpp216 if (isKeyboardOrGamepadKey(scanCode)) { in process()
236 bool KeyboardInputMapper::isKeyboardOrGamepadKey(int32_t scanCode) { in isKeyboardOrGamepadKey() function in android::KeyboardInputMapper