Searched refs:SW_MICROPHONE_INSERT (Results 1 – 7 of 7) sorted by relevance
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 886 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libevdev/test/ |
D | test-libevdev-events.c | 619 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/ |
D | input-event-codes.h | 922 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libevdev/include/ |
D | event-names.h | 721 [SW_MICROPHONE_INSERT] = "SW_MICROPHONE_INSERT", 1594 { .name = "SW_MICROPHONE_INSERT", .value = SW_MICROPHONE_INSERT },
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 27537 + 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);
|