Searched refs:libinput_device_switch_has_switch (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/test/ |
D | test-switch.c | 36 return libinput_device_switch_has_switch(dev->libinput_device, in switch_has_lid() 43 return libinput_device_switch_has_switch(dev->libinput_device, in switch_has_tablet_mode() 72 ck_assert_int_eq(libinput_device_switch_has_switch(dev->libinput_device, in START_TEST() 98 has_switch = libinput_device_switch_has_switch(dev->libinput_device, in START_TEST() 121 if (libinput_device_switch_has_switch(dev->libinput_device, sw) > 0) { in START_TEST() 132 if (libinput_device_switch_has_switch(dev->libinput_device, sw) > 0) { in START_TEST() 150 if (libinput_device_switch_has_switch(dev->libinput_device, sw) <= 0) in START_TEST() 196 if (libinput_device_switch_has_switch(dev->libinput_device, sw) <= 0) in START_TEST() 241 if (libinput_device_switch_has_switch(dev->libinput_device, sw) <= 0) in START_TEST() 284 if (libinput_device_switch_has_switch(sw->libinput_device, which) <= 0) in START_TEST() [all …]
|
/third_party/libinput/src/ |
D | libinput.sym | 294 libinput_device_switch_has_switch;
|
D | libinput.h | 4163 libinput_device_switch_has_switch(struct libinput_device *device,
|
D | libinput.c | 3151 libinput_device_switch_has_switch(struct libinput_device *device, in libinput_device_switch_has_switch() function
|
/third_party/libinput/export_include/ |
D | libinput.h | 4163 libinput_device_switch_has_switch(struct libinput_device *device,
|