Home | History | Annotate | Download | only in protocol

Lines Matching refs:pressed

27 // Verify the usb key code and the "pressed" state.
29 MATCHER_P2(EqualsUsbEventWithoutLockStates, usb_keycode, pressed, "") {
31 arg.pressed() == pressed &&
35 // Verify the usb key code, the "pressed" state, and the lock states.
36 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
38 arg.pressed() == pressed &&
48 bool pressed) {
51 event.set_pressed(pressed);
75 // Verify that keys that were pressed and released aren't re-released.
103 // Verify that keys that were left pressed get released.