Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1633 const char* const normal, const char* const shifted) { in _get_keypad_sequence() argument
1636 return shifted; in _get_keypad_sequence()
1695 const char shifted) { in _get_modifier_keypad_sequence() argument
1698 if (shifted != '\0') { in _get_modifier_keypad_sequence()
1699 buf[0] = shifted; in _get_modifier_keypad_sequence()
1795 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1799 (shifted)); \ in _console_read()
1805 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1809 control_key_state, (normal), (shifted)); \ in _console_read()