Searched refs:libinput_path_create_context (Results 1 – 13 of 13) sorted by relevance
/third_party/libinput/test/ |
D | test-path.c | 94 li = libinput_path_create_context(NULL, NULL); in START_TEST() 96 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 115 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 142 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 175 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 206 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 242 li = libinput_path_create_context(&counting_interface, &counter); in START_TEST() 267 li = libinput_path_create_context(&simple_interface, NULL); in START_TEST() 284 li = libinput_path_create_context(&simple_interface, &data1); in START_TEST() 579 li = libinput_path_create_context(&simple_interface, userdata); in START_TEST() [all …]
|
D | test-log.c | 72 li = libinput_path_create_context(&simple_interface, NULL); in START_TEST()
|
D | test-misc.c | 554 li = libinput_path_create_context(&simple_interface, NULL); in START_TEST() 558 li = libinput_path_create_context(&simple_interface, NULL); in START_TEST() 623 li = libinput_path_create_context(&leak_interface, &fd); in START_TEST()
|
D | litest.c | 1704 libinput = libinput_path_create_context(&interface, ctx); in litest_create_context()
|
/third_party/libinput/src/ |
D | libinput.sym | 111 libinput_path_create_context;
|
D | path-seat.c | 302 libinput_path_create_context(const struct libinput_interface *interface, in libinput_path_create_context() function
|
D | libinput.h | 3587 libinput_path_create_context(const struct libinput_interface *interface,
|
/third_party/libinput/doc/user/ |
D | architecture.rst | 27 two types, "path" and "udev". See **libinput_path_create_context()** and 70 path [label="**libinput_path_create_context()**"];
|
D | device-configuration-via-udev.rst | 116 to a context created with **libinput_path_create_context()**, adding the device
|
/third_party/libinput/doc/api/ |
D | mainpage.dox | 17 - a @ref libinput_path_create_context "path backend" where
|
/third_party/libinput/tools/ |
D | shared.c | 341 li = libinput_path_create_context(&interface, grab); in tools_open_device()
|
D | libinput-record.c | 2451 li = libinput_path_create_context(&interface, NULL); in init_libinput()
|
/third_party/libinput/export_include/ |
D | libinput.h | 3587 libinput_path_create_context(const struct libinput_interface *interface,
|