Home
last modified time | relevance | path

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

/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h886 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/third_party/libevdev/test/
Dtest-libevdev-events.c619 EV_SW, SW_MICROPHONE_INSERT, in START_TEST()
624 uinput_device_event(uidev, EV_SW, SW_MICROPHONE_INSERT, 1); in START_TEST()
635 assert_event(&ev, EV_SW, SW_MICROPHONE_INSERT, 1); in START_TEST()
646 ck_assert_int_eq(libevdev_get_event_value(dev, EV_SW, SW_MICROPHONE_INSERT), 1); in START_TEST()
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h922 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/third_party/libevdev/include/
Devent-names.h721 [SW_MICROPHONE_INSERT] = "SW_MICROPHONE_INSERT",
1594 { .name = "SW_MICROPHONE_INSERT", .value = SW_MICROPHONE_INSERT },
/third_party/libevdev/
Dthird_party_libevdev.diff27537 + EV_SW, SW_MICROPHONE_INSERT,
27542 + uinput_device_event(uidev, EV_SW, SW_MICROPHONE_INSERT, 1);
27553 + assert_event(&ev, EV_SW, SW_MICROPHONE_INSERT, 1);
27564 + ck_assert_int_eq(libevdev_get_event_value(dev, EV_SW, SW_MICROPHONE_INSERT), 1);