Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_event.c26 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 Dcoap_net.c3933 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 Dshrpx_dns_resolver.cc182 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 Dshrpx_dns_resolver.h100 int handle_event(int rfd, int wfd);
/third_party/libevdev/tools/
H A Dmouse-dpi-tool.c93 handle_event(struct measurements *m, const struct input_event *ev) in handle_event() function
162 handle_event(m, &ev); in mainloop()
H A Dtouchpad-edge-detector.c67 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 Dlibinput-measure-touchpad-tap.py161 def handle_event(self, event): member in Device
168 self.handle_event(event)
H A Dlibinput-measure-touchpad-pressure.py326 def handle_event(device, event): function
360 handle_event(device, event)
H A Dlibinput-measure-touch-size.py299 def handle_event(self, event): member in Device
319 self.handle_event(event)
/third_party/pulseaudio/src/modules/
H A Dstdin-util.c168 int handle_event(struct userdata *u) { in handle_event() function
275 if (handle_event(u) >= 0) in io_event_cb()
H A Dstdin-util.h77 int handle_event(struct userdata *u);
/third_party/pulseaudio/src/modules/gsettings/
H A Dmodule-gsettings.c72 if ((r = handle_event(u)) < 0) in pa__init()
/third_party/libcoap/include/coap3/
H A Dcoap_net_internal.h138 coap_event_handler_t handle_event; member
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member

Completed in 11 milliseconds