Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1617 static DWORD _normalize_keypad_control_key_state(const WORD vk, in _normalize_keypad_control_key_state() argument
1623 switch (vk) { in _normalize_keypad_control_key_state()
1660 static size_t _get_modifier_sequence(char* const buf, const WORD vk, in _get_modifier_sequence() argument
1668 control_key_state = _normalize_keypad_control_key_state(vk, in _get_modifier_sequence()
1703 static size_t _get_modifier_keypad_sequence(char* const buf, const WORD vk, in _get_modifier_keypad_sequence() argument
1719 return _get_modifier_sequence(buf, vk, control_key_state, normal); in _get_modifier_keypad_sequence()
1775 const WORD vk = key_event->wVirtualKeyCode; in _console_read() local
1788 #define MATCH(vk, normal) \ in _console_read() argument
1789 case (vk): \ in _console_read()
1796 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument
[all …]