Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1530 static DWORD _normalize_keypad_control_key_state(const WORD vk, in _normalize_keypad_control_key_state() argument
1536 switch (vk) { in _normalize_keypad_control_key_state()
1573 static size_t _get_modifier_sequence(char* const buf, const WORD vk, in _get_modifier_sequence() argument
1581 control_key_state = _normalize_keypad_control_key_state(vk, in _get_modifier_sequence()
1616 static size_t _get_modifier_keypad_sequence(char* const buf, const WORD vk, in _get_modifier_keypad_sequence() argument
1632 return _get_modifier_sequence(buf, vk, control_key_state, normal); in _get_modifier_keypad_sequence()
1688 const WORD vk = key_event->wVirtualKeyCode; in _console_read() local
1701 #define MATCH(vk, normal) \ in _console_read() argument
1702 case (vk): \ in _console_read()
1709 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument
[all …]