Home
last modified time | relevance | path

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

/system/core/virtcon/
A Dkeyboard-test.cpp117 helper.set_first_keycode(HID_USAGE_KEY_1); in test_keyboard_input_thread()
119 expect_keypress(HID_USAGE_KEY_1, MOD_LCTRL, '1'); in test_keyboard_input_thread()
133 helper.set_first_keycode(HID_USAGE_KEY_1); in test_keyboard_input_thread()
135 expect_keypress(HID_USAGE_KEY_1, MOD_LSHIFT | MOD_LCTRL, '!'); in test_keyboard_input_thread()
155 helper.set_first_keycode(HID_USAGE_KEY_1); in test_caps_lock()
157 expect_keypress(HID_USAGE_KEY_1, MOD_CAPSLOCK, '1'); in test_caps_lock()
188 helper.set_first_keycode(HID_USAGE_KEY_1); in test_caps_lock_with_shift()
190 expect_keypress(HID_USAGE_KEY_1, MOD_LSHIFT | MOD_CAPSLOCK, '!'); in test_caps_lock_with_shift()
/system/ulib/hid/include/hid/
A Dusages.h43 HID_USAGE_KEY_1 = 0x1e, enumerator
/system/dev/input/pc-ps2/
A Di8042.c210 /* 0x00 */ 0, HID_USAGE_KEY_ESC, HID_USAGE_KEY_1, HID_USAGE_KEY_2,

Completed in 6 milliseconds