Home
last modified time | relevance | path

Searched refs:close_restricted (Results 1 - 14 of 14) sorted by relevance

/third_party/libinput/test/
H A Dtest-log.c57 static void close_restricted(int fd, void *data) in close_restricted() function
64 .close_restricted = close_restricted,
H A Dtest-misc.c42 static void close_restricted(int fd, void *data) in close_restricted() function
49 .close_restricted = close_restricted,
599 .close_restricted = close_restricted_leak,
H A Dtest-path.c65 .close_restricted = close_restricted_count,
76 close_restricted(int fd, void *data) in close_restricted() function
83 .close_restricted = close_restricted,
H A Dtest-udev.c42 static void close_restricted(int fd, void *data) in close_restricted() function
49 .close_restricted = close_restricted,
H A Dtest-touch.c545 static void close_restricted(int fd, void *data) in close_restricted() function
552 .close_restricted = close_restricted,
H A Dlitest.c841 close_restricted(int fd, void *userdata) in close_restricted() function
859 .close_restricted = close_restricted,
/third_party/libinput/tools/
H A Dshared.c347 close_restricted(int fd, void *user_data) in close_restricted() function
354 .close_restricted = close_restricted,
H A Dlibinput-record.c2465 static void close_restricted(int fd, void *user_data) in close_restricted() function
2472 .close_restricted = close_restricted,
/third_party/libinput/src/
H A Devdev-tablet-pad-leds.c110 close_restricted(libinput, led->brightness_fd); in pad_led_destroy()
H A Dlibinput.h3495 * open_restricted() and close_restricted() are called for each path that
3521 void (*close_restricted)(int fd, void *user_data); member
H A Devdev.c2490 close_restricted(libinput, fd); in evdev_device_create()
2991 close_restricted(libinput, device->fd); in evdev_device_suspend()
3022 close_restricted(libinput, fd); in evdev_device_resume()
H A Dlibinput-private.h569 close_restricted(struct libinput *libinput, int fd);
H A Dlibinput.c1854 assert(interface->close_restricted != NULL); in libinput_init()
2053 close_restricted(struct libinput *libinput, int fd) in close_restricted() function
2055 libinput->interface->close_restricted(fd, libinput->user_data); in close_restricted()
/third_party/libinput/export_include/
H A Dlibinput.h3495 * open_restricted() and close_restricted() are called for each path that
3521 void (*close_restricted)(int fd, void *user_data); member

Completed in 38 milliseconds