Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1528 const char* const normal, const char* const shifted) { in _get_keypad_sequence() argument
1531 return shifted; in _get_keypad_sequence()
1590 const char shifted) { in _get_modifier_keypad_sequence() argument
1593 if (shifted != '\0') { in _get_modifier_keypad_sequence()
1594 buf[0] = shifted; in _get_modifier_keypad_sequence()
1690 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1694 (shifted)); \ in _console_read()
1700 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1704 control_key_state, (normal), (shifted)); \ in _console_read()