Searched refs:SW_MICROPHONE_INSERT (Results 1 - 6 of 6) sorted by relevance
/third_party/libevdev/test/ |
H A 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/ |
H A D | input-event-codes.h | 922 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 879 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 908 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 737 [SW_MICROPHONE_INSERT] = "SW_MICROPHONE_INSERT", 1626 { .name = "SW_MICROPHONE_INSERT", .value = SW_MICROPHONE_INSERT },
|
Completed in 15 milliseconds