Searched refs:handle_event (Results 1 - 14 of 14) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_event.c | 26 context->handle_event = hnd; in coap_register_event_handler() 32 context->handle_event = hnd; in coap_set_event_handler() 37 context->handle_event = NULL; in coap_clear_event_handler()
|
H A D | coap_net.c | 3933 if (context->handle_event) { in coap_handle_event() 3934 return context->handle_event(session, event); in coap_handle_event()
|
/third_party/nghttp2/src/ |
H A D | shrpx_dns_resolver.cc | 182 int DNSResolver::on_read(int fd) { return handle_event(fd, ARES_SOCKET_BAD); } in on_read() 184 int DNSResolver::on_write(int fd) { return handle_event(ARES_SOCKET_BAD, fd); } in on_write() 187 return handle_event(ARES_SOCKET_BAD, ARES_SOCKET_BAD); in on_timeout() 190 int DNSResolver::handle_event(int rfd, int wfd) { in handle_event() function in shrpx::DNSResolver
|
H A D | shrpx_dns_resolver.h | 100 int handle_event(int rfd, int wfd);
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 93 handle_event(struct measurements *m, const struct input_event *ev) in handle_event() function 162 handle_event(m, &ev); in mainloop()
|
H A D | touchpad-edge-detector.c | 67 handle_event(struct dimensions *d, const struct input_event *ev) { in handle_event() function 126 handle_event(dim, &ev); in mainloop()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-tap.py | 161 def handle_event(self, event): member in Device 168 self.handle_event(event)
|
H A D | libinput-measure-touchpad-pressure.py | 326 def handle_event(device, event): function 360 handle_event(device, event)
|
H A D | libinput-measure-touch-size.py | 299 def handle_event(self, event): member in Device 319 self.handle_event(event)
|
/third_party/pulseaudio/src/modules/ |
H A D | stdin-util.c | 168 int handle_event(struct userdata *u) { in handle_event() function 275 if (handle_event(u) >= 0) in io_event_cb()
|
H A D | stdin-util.h | 77 int handle_event(struct userdata *u);
|
/third_party/pulseaudio/src/modules/gsettings/ |
H A D | module-gsettings.c | 72 if ((r = handle_event(u)) < 0) in pa__init()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_net_internal.h | 138 coap_event_handler_t handle_event; member
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | inotify.h | 93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member
|
Completed in 11 milliseconds