Home
last modified time | relevance | path

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

/system/core/virtcon/
A Dkeyboard-test.cpp76 helper.set_first_keycode(HID_USAGE_KEY_M); in test_keyboard_input_thread()
78 expect_keypress(HID_USAGE_KEY_M, 0, 'm'); in test_keyboard_input_thread()
150 helper.set_first_keycode(HID_USAGE_KEY_M); in test_caps_lock()
152 expect_keypress(HID_USAGE_KEY_M, MOD_CAPSLOCK, 'M'); in test_caps_lock()
164 helper.set_first_keycode(HID_USAGE_KEY_M); in test_caps_lock()
166 expect_keypress(HID_USAGE_KEY_M, 0, 'm'); in test_caps_lock()
184 helper.set_first_keycode(HID_USAGE_KEY_M); in test_caps_lock_with_shift()
186 expect_keypress(HID_USAGE_KEY_M, MOD_LSHIFT | MOD_CAPSLOCK, 'm'); in test_caps_lock_with_shift()
197 helper.set_first_keycode(HID_USAGE_KEY_M); in test_caps_lock_with_shift()
199 expect_keypress(HID_USAGE_KEY_M, MOD_LSHIFT, 'M'); in test_caps_lock_with_shift()
/system/ulib/hid/include/hid/
A Dusages.h29 HID_USAGE_KEY_M = 0x10, enumerator
/system/dev/input/pc-ps2/
A Di8042.c222 /* 0x30 */ HID_USAGE_KEY_B, HID_USAGE_KEY_N, HID_USAGE_KEY_M, HID_USAGE_KEY_COMMA,

Completed in 7 milliseconds