Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libcoap/src/
Dcoap_event.c21 context->handle_event = hnd; in coap_register_event_handler()
27 context->handle_event = hnd; in coap_set_event_handler()
32 context->handle_event = NULL; in coap_clear_event_handler()
Dnet.c3167 if (context->handle_event) { in coap_handle_event()
3168 return context->handle_event(session, event); in coap_handle_event()
/third_party/nghttp2/src/
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
Dshrpx_dns_resolver.h100 int handle_event(int rfd, int wfd);
/third_party/libevdev/tools/
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()
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/pulseaudio/src/modules/
Dstdin-util.c168 int handle_event(struct userdata *u) { in handle_event() function
270 if (handle_event(u) < 0) { in io_event_cb()
Dstdin-util.h77 int handle_event(struct userdata *u);
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py161 def handle_event(self, event): member in Device
168 self.handle_event(event)
Dlibinput-measure-touch-size.py299 def handle_event(self, event): member in Device
319 self.handle_event(event)
Dlibinput-measure-touchpad-pressure.py326 def handle_event(device, event): function
360 handle_event(device, event)
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c105 rtpbasedepayload_class->handle_event = gst_rtp_klv_depay_handle_event; in gst_rtp_klv_depay_class_init()
152 return GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, ev); in gst_rtp_klv_depay_handle_event()
Dgstrtpvp9depay.c100 depay_class->handle_event = gst_rtp_vp9_depay_handle_event; in gst_rtp_vp9_depay_class_init()
497 (gst_rtp_vp9_depay_parent_class)->handle_event (depay, event); in gst_rtp_vp9_depay_handle_event()
Dgstrtpvp8depay.c136 depay_class->handle_event = gst_rtp_vp8_depay_handle_event; in gst_rtp_vp8_depay_class_init()
516 (gst_rtp_vp8_depay_parent_class)->handle_event (depay, event); in gst_rtp_vp8_depay_handle_event()
Dgstrtpgstdepay.c98 gstrtpbasedepayload_class->handle_event = gst_rtp_gst_depay_handle_event; in gst_rtp_gst_depay_class_init()
577 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_gst_depay_handle_event()
Dgstrtpvrawdepay.c92 gstrtpbasedepayload_class->handle_event = gst_rtp_vraw_depay_handle_event; in gst_rtp_vraw_depay_class_init()
627 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (filter, event); in gst_rtp_vraw_depay_handle_event()
Dgstrtpmp4gdepay.c166 gstrtpbasedepayload_class->handle_event = gst_rtp_mp4g_depay_handle_event; in gst_rtp_mp4g_depay_class_init()
779 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (filter, event); in gst_rtp_mp4g_depay_handle_event()
Dgstrtph264depay.c210 gstrtpbasedepayload_class->handle_event = gst_rtp_h264_depay_handle_event; in gst_rtp_h264_depay_class_init()
1478 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_h264_depay_handle_event()
Dgstrtph265depay.c149 gstrtpbasedepayload_class->handle_event = gst_rtp_h265_depay_handle_event; in gst_rtp_h265_depay_class_init()
1605 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_h265_depay_handle_event()
/third_party/pulseaudio/src/modules/gconf/
Dmodule-gconf.c68 if ((r = handle_event(u)) < 0) in pa__init()
/third_party/pulseaudio/src/modules/gsettings/
Dmodule-gsettings.c72 if ((r = handle_event(u)) < 0) in pa__init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.h106 gboolean (*handle_event) (GstRTPBaseDepayload * filter, GstEvent * event); member
Dgstrtpbasedepayload.c352 klass->handle_event = gst_rtp_base_depayload_handle_event; in gst_rtp_base_depayload_class_init()
1006 if (bclass->handle_event) in gst_rtp_base_depayload_handle_sink_event()
1007 res = bclass->handle_event (filter, event); in gst_rtp_base_depayload_handle_sink_event()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h93 coap_event_handler_t handle_event; member

12